aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-12 01:35:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-12 01:35:03 +0000
commitb29914db0dae7c0387d4dca840fe5c81b279f20c (patch)
tree7682951955f38d0f6edc5e98de4a22609d7d2a37 /package/base-files/Makefile
parentf453a7e3a506ed13685bfc214edcb561099c9e93 (diff)
downloadmaster-187ad058-b29914db0dae7c0387d4dca840fe5c81b279f20c.tar.gz
master-187ad058-b29914db0dae7c0387d4dca840fe5c81b279f20c.tar.bz2
master-187ad058-b29914db0dae7c0387d4dca840fe5c81b279f20c.zip
fix jffs2root compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index f778219665..ea4159d641 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -122,7 +122,7 @@ define Build/Compile/ar7
endef
define Build/Compile/brcm
- $(TARGET_CC) -o $(PKG_BUILD_DIR)/jffs2root src/jffs2root.c
+ $(TARGET_CC) -I src -o $(PKG_BUILD_DIR)/jffs2root src/jffs2root.c
endef
define Build/Compile