mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 20:44:05 +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|.*/||')
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user