add basic support for the Magicbox boards
[openwrt-10.03/.git] / target / linux / magicbox-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 ./config
14 include $(INCLUDE_DIR)/kernel.mk
15 include $(INCLUDE_DIR)/kernel-build.mk
16
17 $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
18         [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
19         [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
20         @$(CP) config $(LINUX_DIR)/.config
21         touch $@
22