Change Details
tools/Makefile |
12 | 12 | |
13 | 13 | |
14 | 14 | BEN_DIRS=atrf-gpio atrf-id atrf-path atrf-proxy atrf-reset \ |
15 | | atrf-rssi atrf-trim atrf-txrx atrf-xmit atrf-xtal #dirtpan |
| 15 | atrf-rssi atrf-trim atrf-txrx atrf-xmit atrf-xtal |
| 16 | |
| 17 | ifneq ($(wildcard ../install/lowpan-tools-0.2.2/include/ieee802154.h),) |
| 18 | DIRTPAN := dirtpan |
| 19 | endif |
| 20 | ifneq ($(wildcard ../install/linux-zigbee/include/ieee802154.h),) |
| 21 | DIRTPAN := dirtpan |
| 22 | endif |
| 23 | |
| 24 | BEN_DIRS += $(DIRTPAN) |
| 25 | |
16 | 26 | DIRS=$(BEN_DIRS) usbwait |
17 | 27 | TARGET_ONLY_DIRS=lib |
18 | 28 | |
Download the corresponding diff file