fix swconfig build failure on brcm63xx
authorFlorian Fainelli <florian@openwrt.org>
Mon, 12 Apr 2010 14:01:55 +0000 (14:01 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 12 Apr 2010 14:01:55 +0000 (14:01 +0000)
SVN-Revision: 20829

package/swconfig/Makefile

index dbc38ec34377b90fecc9076b191a88514f01bc98..ef9dbefbe6ba4543dcbefebf3c3bafecbfdbe411 100644 (file)
@@ -24,6 +24,7 @@ TARGET_CPPFLAGS := \
        -D_GNU_SOURCE \
        -I$(STAGING_DIR)/usr/include/libnl-tiny \
        -I$(LINUX_DIR)/include \
+       -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
        -I$(PKG_BUILD_DIR) \
        $(TARGET_CPPFLAGS)