diff --git a/emulator/Makefile b/emulator/Makefile index f03e5c8e..7a3c863c 100644 --- a/emulator/Makefile +++ b/emulator/Makefile @@ -2,7 +2,7 @@ base_dir = $(abspath ..) sim_dir = . output_dir = $(sim_dir)/output PROJECT = rocketchip -CONFIG = DefaultCPPConfig +CONFIG ?= DefaultCPPConfig all: emulator-$(CONFIG) debug: emulator-$(CONFIG)-debug