diff --git a/emulator/Makefile b/emulator/Makefile index 7a3c863c..64d397a5 100644 --- a/emulator/Makefile +++ b/emulator/Makefile @@ -3,6 +3,8 @@ sim_dir = . output_dir = $(sim_dir)/output PROJECT = rocketchip CONFIG ?= DefaultCPPConfig +SHELL=/bin/bash + all: emulator-$(CONFIG) debug: emulator-$(CONFIG)-debug