aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-21 18:10:11 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-21 18:10:11 +0000
commit609293d3cb2410018c4078bcbd267bf7581f13bf (patch)
treecba68d348d85382e47a6964dd7c64067f22bd60d /tools/mtd-utils
parente93668757ea29b85346e3b7a22ea0e871a6adfa2 (diff)
downloadmaster-187ad058-609293d3cb2410018c4078bcbd267bf7581f13bf.tar.gz
master-187ad058-609293d3cb2410018c4078bcbd267bf7581f13bf.tar.bz2
master-187ad058-609293d3cb2410018c4078bcbd267bf7581f13bf.zip
[tools] remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile stage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14139 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mtd-utils')
-rw-r--r--tools/mtd-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
index cc4ae9a5e2..98fb59428d 100644
--- a/tools/mtd-utils/Makefile
+++ b/tools/mtd-utils/Makefile
@@ -24,7 +24,7 @@ CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -include getline.h -include e
endif
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR)/util LINUXDIR="$(LINUX_HEADERS_DIR)" CFLAGS="$(CFLAGS)" TARGETS=mkfs.jffs2
+ $(MAKE) -C $(PKG_BUILD_DIR)/util CFLAGS="$(CFLAGS)" TARGETS=mkfs.jffs2
endef
define Build/Install