mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-15 00:03:39 +08:00
0b385d8868
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
472 B
Makefile
19 lines
472 B
Makefile
#############################################################
|
|
#
|
|
# libnl
|
|
#
|
|
#############################################################
|
|
|
|
LIBNL_VERSION = 3.2.8
|
|
LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files
|
|
LIBNL_INSTALL_STAGING = YES
|
|
LIBNL_DEPENDENCIES = host-bison
|
|
LIBNL_MAKE = $(MAKE1)
|
|
|
|
define LIBNL_UNINSTALL_TARGET_CMDS
|
|
rm -r $(TARGET_DIR)/usr/lib/libnl.* $(TARGET_DIR)/usr/lib/libnl-*.*
|
|
rm -rf $(TARGET_DIR)/usr/lib/libnl
|
|
endef
|
|
|
|
$(eval $(call AUTOTARGETS))
|