mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 22:45:19 +02:00
b493f09363
- atrf/: rename to atusb/ - atrf/wpan-atrf.pro, atrf/wpan-atrf.sch, atrf/wpan-atrf.brd, atrf/wpan-atrf.cmp: rename to atusb.* - atrf/Makefile: change ben-wpan to atusb - atrf/atusb.pro (LastNetListRead): update for name change - tools/Makefile.common (CFLAGS): change fw/ include location from atrf/ to atusb/
19 lines
256 B
Makefile
19 lines
256 B
Makefile
.PHONY: all gen generate sch brd xpdf
|
|
|
|
all:
|
|
@echo "make what ? target: gen sch brd xpdf"
|
|
@exit 1
|
|
|
|
gen generate:
|
|
eeschema --plot `pwd`/atusb.sch
|
|
# need scripts
|
|
|
|
sch:
|
|
eeschema `pwd`/atusb.sch
|
|
|
|
brd:
|
|
pcbnew `pwd`/atusb.brd
|
|
|
|
xpdf:
|
|
xpdf atusb.pdf
|