mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:14:06 +02:00
tools/Makefile (BEN_DIRS): add dirtpan iff its lowpan tools dependency is met
This commit is contained in:
parent
2d961523f2
commit
e3066d7a21
@ -12,7 +12,17 @@
|
||||
|
||||
|
||||
BEN_DIRS=atrf-gpio atrf-id atrf-path atrf-proxy atrf-reset \
|
||||
atrf-rssi atrf-trim atrf-txrx atrf-xmit atrf-xtal #dirtpan
|
||||
atrf-rssi atrf-trim atrf-txrx atrf-xmit atrf-xtal
|
||||
|
||||
ifneq ($(wildcard ../install/lowpan-tools-0.2.2/include/ieee802154.h),)
|
||||
DIRTPAN := dirtpan
|
||||
endif
|
||||
ifneq ($(wildcard ../install/linux-zigbee/include/ieee802154.h),)
|
||||
DIRTPAN := dirtpan
|
||||
endif
|
||||
|
||||
BEN_DIRS += $(DIRTPAN)
|
||||
|
||||
DIRS=$(BEN_DIRS) usbwait
|
||||
TARGET_ONLY_DIRS=lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user