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_LINKS)),y)
|
||||
TARGETS+=links
|
||||
endif
|
||||
@@ -53,3 +53,11 @@ links-dirclean:
|
||||
|
||||
links: uclibc $(TARGET_DIR)/usr/bin/links
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_LINKS)),y)
|
||||
TARGETS+=links
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user