From f694016136c155f23f5cec2eb7c076c9442d846a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 06:13:40 +0000 Subject: final step in buildroot facelift --- package/hotplug/Config.in | 8 ++++++++ package/hotplug/Makefile.in | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 package/hotplug/Config.in create mode 100644 package/hotplug/Makefile.in (limited to 'package/hotplug') diff --git a/package/hotplug/Config.in b/package/hotplug/Config.in new file mode 100644 index 000000000..c9210f5b5 --- /dev/null +++ b/package/hotplug/Config.in @@ -0,0 +1,8 @@ +# + +config BR2_PACKAGE_HOTPLUG + bool"hotplug" + default n + help + Add help text here. + diff --git a/package/hotplug/Makefile.in b/package/hotplug/Makefile.in new file mode 100644 index 000000000..69b1f4a3d --- /dev/null +++ b/package/hotplug/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_HOTPLUG)),y) +TARGETS+=hotplug +endif -- cgit v1.2.3