From ded10c89dc1d609af3b6e142eb0130489aaa9dec Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 14 Apr 2020 12:38:02 +0200 Subject: [PATCH] build/sim/core/Makefile: add -p to mkdir modules. --- litex/build/sim/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/build/sim/core/Makefile b/litex/build/sim/core/Makefile index 047423cac..225ff0f21 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