From f0e3a332fb309d8ff413ed2854a83a7caa1e9fbb Mon Sep 17 00:00:00 2001 From: kyak Date: Wed, 6 Jul 2011 13:42:37 +0400 Subject: [PATCH] lowpan-tools: install the ieee802145.h header in build root --- lowpan-tools/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lowpan-tools/Makefile b/lowpan-tools/Makefile index 5edce72..cdb083a 100644 --- a/lowpan-tools/Makefile +++ b/lowpan-tools/Makefile @@ -30,6 +30,11 @@ IEEE 802.15.4-2006) compatibility. If you want to learn more, please go to http://linux-zigbee.sf.net/ endef +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/include + $(CP) $(PKG_BUILD_DIR)/include/ieee802154.h $(1)/usr/include +endef + define Package/lowpan-tools/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/{iz,izattach,izchat,izcoordinator} $(1)/usr/sbin/