Commit 38178f85 authored by Marvin Meiers's avatar Marvin Meiers Committed by Antoine Kaufmann
Browse files

sims/external: fix make distclean for external simulators

`make distclean` now actually removes the external simulators
parent 717db8a8
......@@ -81,5 +81,5 @@ $(d)femu/ready: $(d)femu $(lib_nicif)
EXTRA_CPPFLAGS=-I$(abspath $(lib_dir))
touch $@
DISTCLEAN := $(base_dir)gem5 $(base_dir)qemu $(base_dir)ns-3 $(base_dir)femu
DISTCLEAN := $(d)gem5 $(d)qemu $(d)ns-3 $(d)femu
include mk/subdir_post.mk
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment