diff options
Diffstat (limited to 'package/pciutils')
-rw-r--r-- | package/pciutils/Config.in | 8 | ||||
-rw-r--r-- | package/pciutils/Makefile.in | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in new file mode 100644 index 000000000..d7451402b --- /dev/null +++ b/package/pciutils/Config.in @@ -0,0 +1,8 @@ +# + +config BR2_PACKAGE_PCIUTILS + bool"pciutils" + default n + help + Add help text here. + diff --git a/package/pciutils/Makefile.in b/package/pciutils/Makefile.in new file mode 100644 index 000000000..f080d8ceb --- /dev/null +++ b/package/pciutils/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_PCIUTILS)),y) +TARGETS+=pciutils +endif |