62d9acbdd16b745069db8210282919654808c8a7
[openwrt-10.03/.git] / target / linux / au1000-2.6 / Makefile
1
2 # Copyright (C) 2006 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 LINUX_VERSION:=2.6.17
10 LINUX_RELEASE:=1
11 LINUX_KERNEL_MD5SUM:=37ddefe96625502161f075b9d907f21e
12
13 include $(INCLUDE_DIR)/kernel-build.mk
14
15 define Kernel/BuildImage
16         $(call Kernel/BuildImage/Default)
17         $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec
18         $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec
19 endef
20
21 $(eval $(call BuildKernel))
22