make/*.mk: More performance tweaks

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-02-28 16:12:58 +00:00
commit f40356cf59
5 changed files with 25 additions and 21 deletions

View file

@ -6,7 +6,7 @@
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/defs-dirs.mk
CACHED_FILES ?= $(VERSION_FILE)
CACHED_FILES ?= $(VERSION_FILE) $(wildcard $(TOPDIR)/make/project.conf)
CACHED_VARS ?= PROJECT PREREQ VERSION HEX_VERSION
include $(MODDIR)/make/cache.mk