summaryrefslogtreecommitdiffstats
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
commit80840457a5561f1e60832e021821cc33adafcffd (patch)
tree9859937d323fa5c6014b34ab34cc7d5306b8c8cf /package/switch/Makefile
parentdcfbd5f656340581e30b08dfa2ec539c4fb89e31 (diff)
downloadmaster-31e0f0ae-80840457a5561f1e60832e021821cc33adafcffd.tar.gz
master-31e0f0ae-80840457a5561f1e60832e021821cc33adafcffd.tar.bz2
master-31e0f0ae-80840457a5561f1e60832e021821cc33adafcffd.zip
fix kmod-switch compile on brcm-2.4 (#1461)
SVN-Revision: 6565
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