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