fix LINUX_RELEASE and use it for the kmod-* build
[openwrt.git] / target / linux / x86-2.4 / Makefile
index 8a690af..720fb80 100644 (file)
@@ -1,3 +1,9 @@
+# 
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
 include $(TOPDIR)/rules.mk
 
 LINUX_VERSION:=2.4.32
@@ -18,10 +24,3 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
        [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches
        @$(CP) config $(LINUX_DIR)/.config
        touch $@
-
-$(LINUX_BUILD_DIR)/bzImage: $(LINUX_DIR)/vmlinux
-       $(MAKE) -C $(LINUX_DIR) TOPDIR=$(LINUX_DIR) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage
-       $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $@
-       touch $@
-
-compile: $(LINUX_BUILD_DIR)/bzImage
This page took 0.022335 seconds and 4 git commands to generate.