implement quilt handling for the kernel tree ... and there was much rejoicing!
[openwrt-10.03/.git] / target / linux / 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 include $(INCLUDE_DIR)/target.mk
9
10 download:
11         $(MAKE) -C $(BOARD)-$(KERNEL) download
12
13 prepare:
14         $(MAKE) -C $(BOARD)-$(KERNEL) prepare
15
16 compile:
17         $(MAKE) -C $(BOARD)-$(KERNEL) compile
18
19 install:
20         $(MAKE) -C $(BOARD)-$(KERNEL) install
21         
22 refresh:
23         $(MAKE) -C $(BOARD)-$(KERNEL) refresh
24
25 menuconfig:
26         $(MAKE) -C $(BOARD)-$(KERNEL) menuconfig
27
28 clean:
29         $(MAKE) -C $(BOARD)-$(KERNEL) clean