summaryrefslogtreecommitdiffstats
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
commit137d2b4d43923e0d6e608177023286d518a1f9d5 (patch)
tree4f347e70aec06f8f8219df7da0b33659bfd7cfa0 /package/base-files/Makefile
parent71c4f89f29f4698d7252215ebea389a30836418b (diff)
downloadmaster-31e0f0ae-137d2b4d43923e0d6e608177023286d518a1f9d5.tar.gz
master-31e0f0ae-137d2b4d43923e0d6e608177023286d518a1f9d5.tar.bz2
master-31e0f0ae-137d2b4d43923e0d6e608177023286d518a1f9d5.zip
fix jffs2root compile
SVN-Revision: 5500
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