make CONFIG_BUILTIN_APPS
authorsunghan <sh924.chang@samsung.com>
Wed, 10 May 2017 09:13:12 +0000 (18:13 +0900)
committersunghan <sh924.chang@samsung.com>
Wed, 10 May 2017 09:13:12 +0000 (18:13 +0900)
apps/builtin/Kconfig [new file with mode: 0644]
apps/builtin/Make.defs

diff --git a/apps/builtin/Kconfig b/apps/builtin/Kconfig
new file mode 100644 (file)
index 0000000..719bb5d
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# For a description of the syntax of this configuration file,
+# see kconfig-language at https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt
+#
+config BUILTIN_APPS
+       bool "Support builtin applications"
+       default y
+       depends on TASH
+       ---help---
+               If this configuration is enabled (is set to y), enabled applications are registered
+               at TASH automatically.
+
index 1208bb7..f1157c7 100644 (file)
@@ -51,7 +51,7 @@
 #
 ############################################################################
 
-ifeq ($(CONFIG_TASH),y)
+ifeq ($(CONFIG_BUILTIN_APPS),y)
 CONFIGURED_APPS += builtin
 endif