1
0

append config name to generated Makefrag filename

This commit is contained in:
Yunsup Lee
2015-07-17 12:34:49 -07:00
parent 777facf91e
commit a99b1e3a01
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ all: emulator-$(CONFIG)
debug: emulator-$(CONFIG)-debug
include $(base_dir)/Makefrag
-include generated-src/Makefrag
-include generated-src/Makefrag-tests.$(CONFIG)
CXXFLAGS := $(CXXFLAGS) -std=c++11 -I$(RISCV)/include