mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
makefiles/Makefile.kicad (BRD): board file type is now .kicad_pcb
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user