Add DIRS back to Makefile so we can use targets without .ok extension.

This commit is contained in:
mrg 2023-07-18 10:58:04 -07:00
parent 148d80531e
commit 699f7b311e
1 changed files with 2 additions and 0 deletions

View File

@ -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)"