cleanup
[openwrt-10.03/.git] / target / linux / brcm-2.4 / 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.4.32
10 LINUX_RELEASE:=1
11 LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c
12
13 include ./config
14 include $(INCLUDE_DIR)/kernel-build.mk
15
16 $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
17         [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches
18         [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches
19         @$(CP) config $(LINUX_DIR)/.config
20         touch $@
21