fix Makefile bram codegen

This commit is contained in:
Peter McGoron 2024-01-20 20:43:12 +00:00
parent 8c7f57c8e9
commit 63a347a18f
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# For license terms, refer to the files in `doc/copying` in the Upsilon # For license terms, refer to the files in `doc/copying` in the Upsilon
# source distribution. # source distribution.
all: make_base make_spi make_control_loop all: make_base make_spi make_control_loop make_bram
test: test:
cd control_loop && make test cd control_loop && make test
@ -16,7 +16,7 @@ make_control_loop:
make_waveform: make_waveform:
cd waveform && make codegen cd waveform && make codegen
make_bram: make_bram:
cd bram && make bram cd bram && make codegen
clean: clean:
cd base && make clean cd base && make clean
cd spi && make clean cd spi && make clean