mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 08:48:26 +02:00
makefiles/Makefile.kicad (BRD): board file type is now .kicad_pcb
This commit is contained in:
parent
c4caccce64
commit
63491d1c32
@ -32,7 +32,7 @@ FPDOC = PATH=$$PATH:$(TOP)/eda-tools/fab:$(TOP)/eda-tools/fpd2pdf fpdoc
|
||||
DIR = $(shell pwd | sed 's|.*/||')
|
||||
|
||||
SCH=$(shell pwd)/$(NAME).sch
|
||||
BRD=$(shell pwd)/$(NAME).brd
|
||||
BRD=$(shell pwd)/$(NAME).kicad_pcb
|
||||
|
||||
|
||||
.PHONY: all gen generate sch brd xpdf front back clean
|
||||
|
Loading…
Reference in New Issue
Block a user