From: Florent Kermarrec Date: Tue, 14 Apr 2020 10:38:02 +0000 (+0200) Subject: build/sim/core/Makefile: add -p to mkdir modules. X-Git-Tag: 24jan2021_ls180~460 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ded10c89dc1d609af3b6e142eb0130489aaa9dec;p=litex.git build/sim/core/Makefile: add -p to mkdir modules. --- diff --git a/litex/build/sim/core/Makefile b/litex/build/sim/core/Makefile index 047423ca..225ff0f2 100644 --- a/litex/build/sim/core/Makefile +++ b/litex/build/sim/core/Makefile @@ -52,7 +52,7 @@ sim: $(OBJS_SIM) | mkdir .PHONY: modules modules: - mkdir modules + mkdir -p modules $(MAKE) -C modules -f $(MOD_DIR)/Makefile .PHONY: clean