aboutsummaryrefslogtreecommitdiffstats
path: root/package/switch/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-14 13:42:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-14 13:42:21 +0000
commit812529c2fa690b6fbafef9df1b7badf2d94c07c0 (patch)
tree5911736c21f9cb28a9a3ce19f5f249d022307171 /package/switch/Makefile
parent9a1beb72da81192873e8a18adc33d978725ede30 (diff)
downloadupstream-812529c2fa690b6fbafef9df1b7badf2d94c07c0.tar.gz
upstream-812529c2fa690b6fbafef9df1b7badf2d94c07c0.tar.bz2
upstream-812529c2fa690b6fbafef9df1b7badf2d94c07c0.zip
fix kmod-switch compile on brcm-2.4 (#1461)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/switch/Makefile')
-rw-r--r--package/switch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/switch/Makefile b/package/switch/Makefile
index 172d9911fe..81ae346555 100644
--- a/package/switch/Makefile
+++ b/package/switch/Makefile
@@ -36,7 +36,7 @@ define Build/Prepare
endef
ifeq ($(BOARD),brcm)
-BUILDFLAGS := -DBROADCOM -DBCMDRIVER
+BUILDFLAGS := -DBROADCOM -DBCMDRIVER -I$(LINUX_DIR)/arch/mips/bcm947xx/include
else
ifeq ($(BOARD),brcm47xx)
BUILDFLAGS := -DBROADCOM