summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig17
1 files changed, 1 insertions, 16 deletions
diff --git a/Kconfig b/Kconfig
index cdad186..c208e5d 100644
--- a/Kconfig
+++ b/Kconfig
@@ -44,22 +44,7 @@ source "kconfig/toolchain.kconfig"
endmenu
menu "Target build options"
-config EMBTK_TARGET_COMPILER_CFLAGS
- string "Additional compiler flags for your target"
- help
- Here you can change default flags passed to gcc when components of your
- embedded system target are built: C library, packages, ...
- By default we optimize for size.
- default "-Os"
-config EMBTK_TARGET_STRIPPED
- bool "Strip target's binaries"
- help
- Say yes if you want to strip binaries (including libraries) generated
- for your target embedded system. This will reduce the size of these
- binaries.
- Note: These binaries are only stripped if you choose to build a root
- filesystem.
-
+source kconfig/targetbuildopts.kconfig
endmenu
menu "Debugging system"