From: John Crispin Date: Wed, 6 Jul 2011 13:41:16 +0000 (+0000) Subject: Lantiq TAPI driver also build for other platforms X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=295da57040c6e80d464fc2fcc872222fdc4ca91d;p=librecmc%2Flibrecmc.git Lantiq TAPI driver also build for other platforms thanks Matthias Buecher SVN-Revision: 27494 --- diff --git a/package/ltq-tapi/Makefile b/package/ltq-tapi/Makefile index ecaac2eeb4..656ae15050 100644 --- a/package/ltq-tapi/Makefile +++ b/package/ltq-tapi/Makefile @@ -22,7 +22,7 @@ define KernelPackage/ltq-tapi SUBMENU:=Voice over IP TITLE:=Lantiq TAPI subsystem URL:=http://www.lantiq.com/ - DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq + DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq_xway FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko AUTOLOAD:=$(call AutoLoad,20,drv_tapi) MAINTAINER:=John Crispin @@ -60,10 +60,12 @@ define Build/Configure $(call Build/Configure/Default) endef -define Build/InstallDev +ifdef CONFIG_TARGET_lantiq + define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/drv_tapi $(CP) --dereference $(PKG_BUILD_DIR)/include/* $(1)/usr/include/drv_tapi (cd $(1)/usr/include/drv_tapi && ln -s . include && ln -s ../ifxos/ifx_types.h .) -endef + endef +endif $(eval $(call KernelPackage,ltq-tapi))