Change name to MicroPeak IO (mpio for short)
[hw/mpio] / Makefile
1 PROJECT=mpio
2 # list of schematic files that make up this design
3 SCHEMATICS=$(PROJECT).sch
4
5 # number of PCB layers
6 LAYERS=2
7
8 # sides with silkscreen, can be none|top|bottom|both
9 SILK=both
10
11 include ../altusmetrum/pcb.mk