mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-25 18:23:44 +02:00
Great renaming: atrf/wpan-atrf* becomes atusb/atusb*
- 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/
This commit is contained in:
parent
57874cf5e2
commit
b493f09363
@ -5,14 +5,14 @@ all:
|
||||
@exit 1
|
||||
|
||||
gen generate:
|
||||
eeschema --plot `pwd`/wpan-atrf.sch
|
||||
eeschema --plot `pwd`/atusb.sch
|
||||
# need scripts
|
||||
|
||||
sch:
|
||||
eeschema `pwd`/wpan-atrf.sch
|
||||
eeschema `pwd`/atusb.sch
|
||||
|
||||
brd:
|
||||
pcbnew `pwd`/wpan-atrf.brd
|
||||
pcbnew `pwd`/atusb.brd
|
||||
|
||||
xpdf:
|
||||
xpdf wpan-atrf.pdf
|
||||
xpdf atusb.pdf
|
@ -1,4 +1,4 @@
|
||||
update=Sun Aug 22 16:03:40 2010
|
||||
update=Mon Oct 25 00:07:06 2010
|
||||
last_client=pcbnew
|
||||
[eeschema]
|
||||
version=1
|
||||
@ -66,7 +66,7 @@ DrawLar=150
|
||||
EdgeLar=150
|
||||
TxtLar=120
|
||||
MSegLar=150
|
||||
LastNetListRead=wpan-atrf.net
|
||||
LastNetListRead=atusb.net
|
||||
[pcbnew/libraries]
|
||||
LibDir=
|
||||
LibName1=../modules/meander
|
@ -40,5 +40,5 @@ else
|
||||
AR = $(AR_quiet)
|
||||
endif
|
||||
|
||||
CFLAGS += -I../../atrf/fw/include -I../include $(MACROS_$(TARGET))
|
||||
CFLAGS += -I../../atusb/fw/include -I../include $(MACROS_$(TARGET))
|
||||
LDLIBS = $(LDLIBS_$(TARGET)) -L../lib -latspi
|
||||
|
Loading…
Reference in New Issue
Block a user