summaryrefslogtreecommitdiffstats
path: root/package/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/Config.in8
-rw-r--r--package/coreutils/Makefile.in3
2 files changed, 11 insertions, 0 deletions
diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in
new file mode 100644
index 000000000..a26060022
--- /dev/null
+++ b/package/coreutils/Config.in
@@ -0,0 +1,8 @@
+#
+
+config BR2_PACKAGE_COREUTILS
+ bool"coreutils"
+ default n
+ help
+ Add help text here.
+
diff --git a/package/coreutils/Makefile.in b/package/coreutils/Makefile.in
new file mode 100644
index 000000000..e087f5039
--- /dev/null
+++ b/package/coreutils/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_COREUTILS)),y)
+TARGETS+=coreutils
+endif