diff options
author | Nathan Lynch <ntl@pobox.com> | 2013-04-30 08:38:29 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-07 00:29:11 +0200 |
commit | c260b94dd70c6a10938a7e8ad35b41631aad234a (patch) | |
tree | 8280cf001b2d40a8a0a8d62f4e364d59f0cd3f65 | |
parent | 9a55068547c511d5c0750b8b558400601f3209f3 (diff) | |
download | buildroot-novena-c260b94dd70c6a10938a7e8ad35b41631aad234a.tar.gz buildroot-novena-c260b94dd70c6a10938a7e8ad35b41631aad234a.zip |
libnl: enable parallel make
Current versions of libnl (since 3.2.4, at least) do not appear to
require MAKE1.
Signed-off-by: Nathan Lynch <ntl@pobox.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/libnl/libnl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk index 2a9f5a9a7..681d364e9 100644 --- a/package/libnl/libnl.mk +++ b/package/libnl/libnl.mk @@ -10,7 +10,6 @@ LIBNL_LICENSE = LGPLv2.1+ LIBNL_LICENSE_FILES = COPYING LIBNL_INSTALL_STAGING = YES LIBNL_DEPENDENCIES = host-bison host-flex -LIBNL_MAKE = $(MAKE1) LIBNL_BINARIES = class-add class-delete class-list classid-lookup cls-add \ cls-delete cls-list link-list pktloc-lookup qdisc-add qdisc-delete \ qdisc-list |