summaryrefslogtreecommitdiffstats
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-04 00:13:34 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-04 00:13:34 +0000
commit2b4469e81e6e0b6955fa7b6c5c120b4cce04deb3 (patch)
tree2c28d1830148d875289225bccd49bb5311282c56 /package/mtd/Makefile
parent3da959c768da30ecf9aa4da4c6277eaf734e96b5 (diff)
revert my changes. didn't work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1842 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r--package/mtd/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index b2090a6e4..bfbb301e4 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -7,10 +7,6 @@ PKG_RELEASE := 1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
-ifeq ($(LINUX_VERSION),2.4.30)
-VER=-DLINUX_24
-endif
-
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,MTD,$(PKG_NAME),$(PKG_RELEASE),$(ARCH)))
@@ -20,7 +16,7 @@ $(PKG_BUILD_DIR)/.prepared:
touch $@
$(PKG_BUILD_DIR)/.built:
- $(TARGET_CC) -I$(LINUX_DIR)/include $(VER) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/mtd mtd.c
+ $(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/mtd mtd.c
touch $@
$(IPKG_MTD):