diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-10 19:43:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-10 19:43:00 +0000 |
commit | ea35a1edbebfa01ee51e625e670a65fa985fc1b5 (patch) | |
tree | dbdaf951693481c46030073d2fe14fe6b87b2d88 /openwrt/target/linux/linux-2.6/x86.mk | |
parent | 60cc7e45d753052032679a2ce4f4e323ee1da8f6 (diff) | |
download | mtk-20170518-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.zip mtk-20170518-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.tar.gz mtk-20170518-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.tar.bz2 |
large target/linux cleanup
SVN-Revision: 2877
Diffstat (limited to 'openwrt/target/linux/linux-2.6/x86.mk')
-rw-r--r-- | openwrt/target/linux/linux-2.6/x86.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/openwrt/target/linux/linux-2.6/x86.mk b/openwrt/target/linux/linux-2.6/x86.mk deleted file mode 100644 index 12ff4bd..0000000 --- a/openwrt/target/linux/linux-2.6/x86.mk +++ /dev/null @@ -1,10 +0,0 @@ -# $Id$ - -# x86 specific kmod packages - -$(LINUX_BUILD_DIR)/bzImage: $(LINUX_DIR)/vmlinux - $(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE=$(TARGET_CROSS) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage $(MAKE_TRACE) - cp -f $(LINUX_DIR)/arch/i386/boot/bzImage $@ - touch $@ - -compile: $(LINUX_BUILD_DIR)/bzImage |