From 699f7b311ee4879329f5f43152e8e746e9883821 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 18 Jul 2023 10:58:04 -0700 Subject: [PATCH] Add DIRS back to Makefile so we can use targets without .ok extension. --- macros/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macros/Makefile b/macros/Makefile index 58b7f09e..fed3bd58 100644 --- a/macros/Makefile +++ b/macros/Makefile @@ -28,6 +28,8 @@ ROM_SRCS=$(filter-out disabled-% %_common.py,$(sort $(notdir $(wildcard $(ROM_CO ROM_DIRS=$(basename $(ROM_SRCS)) ROM_STAMPS=$(addsuffix .ok,$(ROM_DIRS)) +DIRS=$(SRAM_DIRS) $(ROM_DIRS) + configs: @echo @echo "Using OpenRAM at $(OPENRAM_HOME)"