update .gitignore and makefile
This commit is contained in:
5
Makefile
5
Makefile
@@ -2,7 +2,7 @@ PYTHON = ~/.pyenv/shims/python
|
||||
|
||||
rom = 06_IO_Devices/00_HACK/ROM
|
||||
bootloader = 06_IO_Devices/05_GO/bootloader
|
||||
warez = 06_IO_Devices/01_UartTX/hello
|
||||
warez = 06_IO_Devices/01_UartTX/motd
|
||||
bitstream = 06_IO_Devices/00_HACK/hardware
|
||||
|
||||
upload = Nand2Tetris.img
|
||||
@@ -17,8 +17,7 @@ read:
|
||||
write:
|
||||
flashrom.exe --progress -p buspirate_spi:dev=COM12 -w $(upload)
|
||||
|
||||
build:
|
||||
build-rom build-warez build-bitstream
|
||||
build: build-rom build-warez build-bitstream
|
||||
|
||||
build-rom:
|
||||
$(PYTHON) tools/Assembler/assembler.pyc $(bootloader).asm
|
||||
|
Reference in New Issue
Block a user