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_CUSTOMIZE)),y)
|
||||
TARGETS+=customize
|
||||
endif
|
||||
@@ -7,3 +7,11 @@ CUST_DIR:=package/customize/source
|
||||
|
||||
customize:
|
||||
-cp -af $(CUST_DIR)/* $(TARGET_DIR)/
|
||||
#############################################################
|
||||
#
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_CUSTOMIZE)),y)
|
||||
TARGETS+=customize
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user