mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
Applied patch to update Makefiles, RELEASE and CONFIG_SITE files
This commit is contained in:
15
Makefile
15
Makefile
@@ -9,6 +9,10 @@ DIRS += $(wildcard *App)
|
||||
DIRS += $(wildcard *Top)
|
||||
DIRS += $(wildcard iocBoot)
|
||||
|
||||
ifeq ($(BUILD_IOCS), YES)
|
||||
DIRS += $(wildcard iocs)
|
||||
endif
|
||||
|
||||
# The build order is controlled by these dependency rules:
|
||||
|
||||
# All dirs except configure depend on configure
|
||||
@@ -28,4 +32,13 @@ iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
|
||||
|
||||
# Add any additional dependency rules here:
|
||||
|
||||
include $(TOP)/configure/RULES_TOP
|
||||
# iocs depend on all *Sup and *App dirs
|
||||
$(foreach dir, $(filter %iocs, $(DIRS)), \
|
||||
$(eval $(dir)_DEPEND_DIRS += $(filter %Sup %App, $(DIRS))))
|
||||
|
||||
# Only support top-level targets when submodule is built stand-alone
|
||||
ifeq ($(INSTALL_LOCATION),$(MOTOR))
|
||||
include $(TOP)/configure/RULES_DIRS
|
||||
else
|
||||
include $(TOP)/configure/RULES_TOP
|
||||
endif
|
||||
|
Reference in New Issue
Block a user