mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
ifeq ($(strip $(BR2_PACKAGE_PORTMAP)),y)
|
||||
TARGETS+=portmap
|
||||
endif
|
||||
@@ -33,3 +33,11 @@ portmap-clean:
|
||||
|
||||
portmap-dirclean:
|
||||
rm -rf $(PORTMAP_DIR)
|
||||
#############################################################
|
||||
#
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_PORTMAP)),y)
|
||||
TARGETS+=portmap
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user