2023-06-15 12:24:35 -04:00
|
|
|
# Copyright 2023 (C) Peter McGoron
|
|
|
|
# This file is a part of Upsilon, a free and open source software project.
|
|
|
|
# For license terms, refer to the files in `doc/copying` in the Upsilon
|
|
|
|
# source distribution.
|
|
|
|
|
2024-02-25 23:11:09 -05:00
|
|
|
all: make_spi
|
2024-02-17 21:34:37 -05:00
|
|
|
|
2024-02-25 23:11:09 -05:00
|
|
|
make_spi:
|
|
|
|
cd spi && make codegen
|
2023-03-15 14:57:08 -04:00
|
|
|
|
2024-02-08 07:57:22 -05:00
|
|
|
|
|
|
|
#make_bram:
|
|
|
|
# cd bram && make codegen
|
|
|
|
#clean:
|
|
|
|
# cd bram && make clean
|