credit where credit is due
[openwrt/staging/florian.git] / openwrt / target / linux / brcm63xx-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.8.1
10 LINUX_RELEASE:=1
11 LINUX_KERNEL_MD5SUM:=9517ca999e822b898fbdc7e72796b1aa
12
13 include ./config
14 include $(INCLUDE_DIR)/kernel.mk
15 include $(INCLUDE_DIR)/kernel-build.mk
16
17
18 $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
19 #[ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
20 [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
21 @$(CP) config $(LINUX_DIR)/.config
22 @$(CP) ./files/built-in.o $(LINUX_DIR)/bcmdrivers/broadcom/
23 touch $@
24