projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add magicbox 2.0 cf slot support - kmod-ide must not be used on magicbox 1.1 (no...
[openwrt.git]
/
tools
/
mtd-utils
/
Makefile
diff --git
a/tools/mtd-utils/Makefile
b/tools/mtd-utils/Makefile
index
a0a2677
..
bc15f0a
100644
(file)
--- a/
tools/mtd-utils/Makefile
+++ b/
tools/mtd-utils/Makefile
@@
-18,8
+18,13
@@
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
+CFLAGS := $(HOSTCFLAGS) -O2 -I../include
+ifneq ($(HOST_OS),Linux)
+CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -I$(STAGING_DIR)/include-host -include getline.h -include endian.h
+endif
+
define Build/Compile
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR)/util LINUXDIR=
$(LINUX_HEADERS_DIR)
+ $(MAKE) -C $(PKG_BUILD_DIR)/util LINUXDIR=
"$(LINUX_HEADERS_DIR)" CFLAGS="$(CFLAGS)" TARGETS=mkfs.jffs2
endef
define Build/Install
endef
define Build/Install
This page took
0.022294 seconds
and
4
git commands to generate.