diff options
| author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-03 02:38:38 +0000 |
|---|---|---|
| committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-03 02:38:38 +0000 |
| commit | 5c8a9ed64d4bccdc01eec87d3f8702484fa43a85 (patch) | |
| tree | 2b667a49886768223aa20f5f857866806da9c4fa /openwrt/target/linux/linux-2.6/x86.mk | |
| parent | d6b9d21390f64e7a14918cf4122f065ace435422 (diff) | |
add 2.6 support for x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2320 3c298f89-4303-0410-b956-a3cf2f4a3e73
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, 10 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.6/x86.mk b/openwrt/target/linux/linux-2.6/x86.mk new file mode 100644 index 000000000..12ff4bd51 --- /dev/null +++ b/openwrt/target/linux/linux-2.6/x86.mk @@ -0,0 +1,10 @@ +# $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 |
