X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1419d5147b29d21c9680c2613f82af271e7aecd7..c19308e08cf2fe51361e392e05874edf911dda5a:/package/libnl/Makefile diff --git a/package/libnl/Makefile b/package/libnl/Makefile index d288680ca..eb9831a21 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -38,18 +37,16 @@ define Build/Compile install endef -ifneq ($(CONFIG_LINUX_2_6),) - define Build/InstallDev +define Build/InstallDev $(INSTALL_DIR) $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)/ mkdir -p $(1)/usr/include/libnl $(CP) $(PKG_BUILD_DIR)/include/linux $(1)/usr/include/libnl/ - endef +endef - define Package/libnl/install +define Package/libnl/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl.so.* $(1)/usr/lib/ - endef -endif +endef $(eval $(call BuildPackage,libnl))