diff --git a/target/sim/Makefile b/target/sim/Makefile index 2a9a55589..07b24f7fb 100644 --- a/target/sim/Makefile +++ b/target/sim/Makefile @@ -14,7 +14,7 @@ CFG_OVERRIDE ?= # Override default config file .DEFAULT_GOAL := help .PHONY: all clean -all: rtl sw addrmap +all: rtl sw #addrmap clean: clean-bender clean-rtl clean-sw clean-addrmap clean-vlt clean-vsim clean-vcs clean-logs ############