mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 13:55:39 -05:00
13 lines
211 B
Makefile
13 lines
211 B
Makefile
TOP=..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
ifeq ($(INSTALL_CONFIG),$(MOTOR)/configure)
|
|
# Don't overwrite Motor's configure files
|
|
INSTALL_CONFIG =
|
|
endif
|
|
|
|
TARGETS = $(CONFIG_TARGETS)
|
|
|
|
include $(TOP)/configure/RULES
|