diff options
Diffstat (limited to 'package/portmap')
-rw-r--r-- | package/portmap/Makefile.in | 3 | ||||
-rw-r--r-- | package/portmap/portmap.mk | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/package/portmap/Makefile.in b/package/portmap/Makefile.in deleted file mode 100644 index 5628cb9d4..000000000 --- a/package/portmap/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_PORTMAP)),y) -TARGETS+=portmap -endif diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk index 6a2e7d56b..2fc70d74a 100644 --- a/package/portmap/portmap.mk +++ b/package/portmap/portmap.mk @@ -33,3 +33,11 @@ portmap-clean: portmap-dirclean: rm -rf $(PORTMAP_DIR) +############################################################# +# +# Toplevel Makefile options +# +############################################################# +ifeq ($(strip $(BR2_PACKAGE_PORTMAP)),y) +TARGETS+=portmap +endif |