diff --git a/conf/templates/Makefile b/conf/templates/Makefile index b1ec41b6..7f6e10f5 100644 --- a/conf/templates/Makefile +++ b/conf/templates/Makefile @@ -1,4 +1,6 @@ TOPDIR = ../.. +CONFIG_SUBDIR = $(notdir $(shell pwd)) + include $(TOPDIR)/make/proj.mk -include $(JWBDIR)/make/dirs.mk +include $(JWBDIR)/make/conf.mk