mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
Moved hardware design files from top-level directory to atrf/
- wpan-atrf.pro, wpan-atrf.sch, usb.sch, atrf.sch, wpan-atrf.cmp, wpan-atrf.brd, Makefile: moved to atrf/ - atrf/wpan-atrf.pro: updated paths to components/ and modules/ - Makefile: retained "dsv" section
This commit is contained in:
17
Makefile
17
Makefile
@@ -1,21 +1,8 @@
|
||||
.PHONY: all gen generate sch brd xpdf dsv
|
||||
.PHONY: all dsv
|
||||
|
||||
all:
|
||||
@echo "make what ? target: gen sch brd xpdf dsv"
|
||||
@echo "make what ? target: dsv"
|
||||
@exit 1
|
||||
|
||||
gen generate:
|
||||
eeschema --plot `pwd`/wpan-atrf.sch
|
||||
# need scripts
|
||||
|
||||
sch:
|
||||
eeschema `pwd`/wpan-atrf.sch
|
||||
|
||||
brd:
|
||||
pcbnew `pwd`/wpan-atrf.brd
|
||||
|
||||
xpdf:
|
||||
xpdf wpan-atrf.pdf
|
||||
|
||||
dsv:
|
||||
scripts/dsv setup BOOKSHELF
|
||||
|
||||
Reference in New Issue
Block a user