mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 18:19:23 +02:00
Moved tools/ out of atrf, in preparation of merge with atusd.
- atrf/tools/: moved to tools/ - tools/Makefile: updated path to Makefile.recurse - tools/atspi-id/Makefile, tools/atspi-reset/Makefile, tools/atspi-rssi/Makefile, tools/atspi-trim/Makefile, tools/atspi-txrx/Makefile, tools/lib/Makefile: updated paths to f32xbase and to atrf/fw/include
This commit is contained in:
parent
9ad96bd5f9
commit
36e73c4abb
@ -14,4 +14,4 @@
|
||||
DIRS=atspi-id atspi-reset atspi-rssi atspi-trim atspi-txrx
|
||||
TARGET_ONLY_DIRS=lib
|
||||
|
||||
include ../../Makefile.recurse
|
||||
include ../Makefile.recurse
|
@ -11,11 +11,11 @@
|
||||
#
|
||||
|
||||
|
||||
F32XBASE = ../../../../f32xbase
|
||||
F32XBASE = ../../../f32xbase
|
||||
|
||||
MAIN = atspi-id
|
||||
|
||||
include $(F32XBASE)/lib/Makefile.common
|
||||
|
||||
CFLAGS += -I../../fw/include -I../include
|
||||
CFLAGS += -I../../atrf/fw/include -I../include
|
||||
LDLIBS += -L../lib -latspi
|
@ -11,11 +11,11 @@
|
||||
#
|
||||
|
||||
|
||||
F32XBASE = ../../../../f32xbase
|
||||
F32XBASE = ../../../f32xbase
|
||||
|
||||
MAIN = atspi-reset
|
||||
|
||||
include $(F32XBASE)/lib/Makefile.common
|
||||
|
||||
CFLAGS += -I../../fw/include -I../include
|
||||
CFLAGS += -I../../atrf/fw/include -I../include
|
||||
LDLIBS += -L../lib -latspi
|
@ -11,11 +11,11 @@
|
||||
#
|
||||
|
||||
|
||||
F32XBASE = ../../../../f32xbase
|
||||
F32XBASE = ../../../f32xbase
|
||||
|
||||
MAIN = atspi-rssi
|
||||
|
||||
include $(F32XBASE)/lib/Makefile.common
|
||||
|
||||
CFLAGS += -I../../fw/include -I../include
|
||||
CFLAGS += -I../../atrf/fw/include -I../include
|
||||
LDLIBS += -L../lib -latspi
|
@ -11,11 +11,11 @@
|
||||
#
|
||||
|
||||
|
||||
F32XBASE = ../../../../f32xbase
|
||||
F32XBASE = ../../../f32xbase
|
||||
|
||||
MAIN = atspi-trim
|
||||
|
||||
include $(F32XBASE)/lib/Makefile.common
|
||||
|
||||
CFLAGS += -I../../fw/include -I../include
|
||||
CFLAGS += -I../../atrf/fw/include -I../include
|
||||
LDLIBS += -L../lib -latspi
|
@ -11,11 +11,11 @@
|
||||
#
|
||||
|
||||
|
||||
F32XBASE = ../../../../f32xbase
|
||||
F32XBASE = ../../../f32xbase
|
||||
|
||||
MAIN = atspi-txrx
|
||||
|
||||
include $(F32XBASE)/lib/Makefile.common
|
||||
|
||||
CFLAGS += -I../../fw/include -I../include
|
||||
CFLAGS += -I../../atrf/fw/include -I../include
|
||||
LDLIBS += -L../lib -latspi
|
@ -11,11 +11,11 @@
|
||||
#
|
||||
|
||||
|
||||
F32XBASE = ../../../../f32xbase
|
||||
F32XBASE = ../../../f32xbase
|
||||
|
||||
LIB = libatspi.a
|
||||
|
||||
CFLAGS = -Wall -I$(F32XBASE)/include -I../../fw/include -I../include
|
||||
CFLAGS = -Wall -I$(F32XBASE)/include -I../../atrf/fw/include -I../include
|
||||
OBJS = $(F32XBASE)/lib/usb.o atspi.o
|
||||
|
||||
.PHONY: all clean spotless
|
Loading…
Reference in New Issue
Block a user