fix wprobe conflict with libnl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15636 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2009-05-06 13:54:42 +00:00
parent ba03915406
commit 3c3e1c858e
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ define Build/Prepare
$(CP) src/* $(PKG_BUILD_DIR)/
endef
TARGET_CFLAGS += \
TARGET_CPPFLAGS := \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
-I$(STAGING_DIR)/usr/include
$(TARGET_CPPFLAGS)
ifdef CONFIG_PACKAGE_kmod-wprobe
define Build/Compile/kmod