diff options
Diffstat (limited to 'package/wtools')
-rw-r--r-- | package/wtools/Makefile.in | 3 | ||||
-rw-r--r-- | package/wtools/wtools.mk | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/package/wtools/Makefile.in b/package/wtools/Makefile.in deleted file mode 100644 index 397970092..000000000 --- a/package/wtools/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_WTOOLS)),y) -TARGETS+=wtools -endif diff --git a/package/wtools/wtools.mk b/package/wtools/wtools.mk index 1d1043768..4644526f4 100644 --- a/package/wtools/wtools.mk +++ b/package/wtools/wtools.mk @@ -47,3 +47,11 @@ wtools-clean: wtools-dirclean: rm -rf $(WTOOLS_BUILD_DIR) +############################################################# +# +# Toplevel Makefile options +# +############################################################# +ifeq ($(strip $(BR2_PACKAGE_WTOOLS)),y) +TARGETS+=wtools +endif |