1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-19 07:11:28 +03:00

add pcb rev.B

This commit is contained in:
UzixLS
2022-02-19 20:02:42 +03:00
parent 0a88cf8a76
commit fd4794a9e7
7 changed files with 40190 additions and 6 deletions

View File

@ -1,11 +1,12 @@
OUTDIR=out_new
REV=A
REV=B
.PHONY: all build_rev clean pipeline pipeline_sof
all:
mkdir -p ${OUTDIR}/
${MAKE} REV=A build_rev
${MAKE} REV=B build_rev
build_rev:
${MAKE} REV=${REV} -C rom_src/ clean all