update make config
This commit is contained in:
@ -5,4 +5,9 @@ include $(TOP)/configure/CONFIG
|
||||
TARGETS = $(CONFIG_TARGETS)
|
||||
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
|
||||
|
||||
TARGETS += CONFIG_PY
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
CONFIG_PY: $(TOP)/makehelper.py
|
||||
$(PYTHON) $< $@
|
||||
|
Reference in New Issue
Block a user