mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09: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_NEWT)),y)
|
||||
TARGETS+=newt
|
||||
endif
|
||||
@@ -70,3 +70,11 @@ newt-clean:
|
||||
newt-dirclean: slang-dirclean
|
||||
rm -rf $(NEWT_DIR)
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_NEWT)),y)
|
||||
TARGETS+=newt
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user