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_FINDUTILS)),y)
|
||||
TARGETS+=findutils
|
||||
endif
|
||||
@@ -68,3 +68,11 @@ findutils-clean:
|
||||
findutils-dirclean:
|
||||
rm -rf $(FINDUTILS_DIR)
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_FINDUTILS)),y)
|
||||
TARGETS+=findutils
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user