projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix stupid error from me
[openwrt.git]
/
openwrt
/
package
/
mtd
/
Makefile
diff --git
a/openwrt/package/mtd/Makefile
b/openwrt/package/mtd/Makefile
index
b2090a6
..
bfbb301
100644
(file)
--- a/
openwrt/package/mtd/Makefile
+++ b/
openwrt/package/mtd/Makefile
@@
-7,10
+7,6
@@
PKG_RELEASE := 1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
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)))
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:
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):
touch $@
$(IPKG_MTD):
This page took
0.030691 seconds
and
4
git commands to generate.