]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
better libnl defconfig
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Oct 2007 18:40:24 +0000 (20:40 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 9 Oct 2007 18:40:24 +0000 (20:40 +0200)
defconfig

index ea1900bd413620a86af0ac22abab85e18ab2b981..346f699461f4e010006343dd447184fe20a5901c 100644 (file)
--- a/defconfig
+++ b/defconfig
 CONFIG_KERNEL_LOC = /lib/modules/`uname -r`/build/
 CFLAGS += -I$(CONFIG_KERNEL_LOC)/include
 
-# LibNL location (if not installed)
-# CONFIG_LIBNL_LOC = /home/johannes/Projects/libnl/
+# LibNL location
+# (if not installed in a way that makes the compiler/linker find it)
+# by default, libnl's 'make install' installs to /usr/local/ so you may
+# need this
+#
+# CONFIG_LIBNL_LOC = /usr/local/
 # CFLAGS += -I$(CONFIG_LIBNL_LOC)/include
 # LDFLAGS += -L$(CONFIG_LIBNL_LOC)/lib