1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 20:51:52 +02:00

makefiles/Makefile.kicad (BRD): board file type is now .kicad_pcb

This commit is contained in:
Werner Almesberger 2016-09-01 02:37:56 -03:00
parent c4caccce64
commit 63491d1c32

View File

@ -32,7 +32,7 @@ FPDOC = PATH=$$PATH:$(TOP)/eda-tools/fab:$(TOP)/eda-tools/fpd2pdf fpdoc
DIR = $(shell pwd | sed 's|.*/||') DIR = $(shell pwd | sed 's|.*/||')
SCH=$(shell pwd)/$(NAME).sch 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 .PHONY: all gen generate sch brd xpdf front back clean