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