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