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