mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 16:06:15 +02:00
sch2fig/Makefile (test, neo900): use test.sch; separate target for Neo900
This commit is contained in:
parent
7a0adf8520
commit
a28c5ebdc2
@ -18,7 +18,7 @@ LIBS = -lm
|
|||||||
|
|
||||||
include ../common/Makefile.c-common
|
include ../common/Makefile.c-common
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test neo900
|
||||||
|
|
||||||
all:: $(NAME)
|
all:: $(NAME)
|
||||||
|
|
||||||
@ -32,7 +32,12 @@ sch:
|
|||||||
eeschema test.sch
|
eeschema test.sch
|
||||||
|
|
||||||
test: $(NAME)
|
test: $(NAME)
|
||||||
|
./$(NAME) test.lib test.sch >out.fig
|
||||||
|
|
||||||
|
SHEET ?= 12
|
||||||
|
|
||||||
|
neo900: $(NAME)
|
||||||
./$(NAME) $(NEO900_HW)/neo900.lib \
|
./$(NAME) $(NEO900_HW)/neo900.lib \
|
||||||
$(KICAD_LIBS)/powered.lib \
|
$(KICAD_LIBS)/powered.lib \
|
||||||
$(NEO900_HW)/neo900_SS_2.sch \
|
$(NEO900_HW)/neo900_SS_$(SHEET).sch \
|
||||||
>out.fig
|
>out.fig
|
||||||
|
Loading…
Reference in New Issue
Block a user