1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-08-23 00:05:52 +03:00

sch2fig/Makefile (test, neo900): use test.sch; separate target for Neo900

This commit is contained in:
Werner Almesberger 2016-07-25 11:34:58 -03:00
parent 7a0adf8520
commit a28c5ebdc2

View File

@ -18,7 +18,7 @@ LIBS = -lm
include ../common/Makefile.c-common
.PHONY: test
.PHONY: test neo900
all:: $(NAME)
@ -32,7 +32,12 @@ sch:
eeschema test.sch
test: $(NAME)
./$(NAME) test.lib test.sch >out.fig
SHEET ?= 12
neo900: $(NAME)
./$(NAME) $(NEO900_HW)/neo900.lib \
$(KICAD_LIBS)/powered.lib \
$(NEO900_HW)/neo900_SS_2.sch \
$(NEO900_HW)/neo900_SS_$(SHEET).sch \
>out.fig