summaryrefslogtreecommitdiff
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
commit593bbfdb8ad7962ef7b55c0c73f6971dc35730bd (patch)
treef61ea67232c0f7cd95238ee51fc40cb2c38fb33d /tools/mtd-utils
parentedef5abd2472dd4e750ccc6d1164a40dbcaf2549 (diff)
downloadmtk-20170518-593bbfdb8ad7962ef7b55c0c73f6971dc35730bd.zip
mtk-20170518-593bbfdb8ad7962ef7b55c0c73f6971dc35730bd.tar.gz
mtk-20170518-593bbfdb8ad7962ef7b55c0c73f6971dc35730bd.tar.bz2
remove reference to $(LINUX_HEADERS_DIR), not available at tools/compile stage
SVN-Revision: 14139
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 cc4ae9a..98fb594 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