finally move buildroot-ng to trunk
[openwrt/staging/mkresin.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 rm -f $(TOPDIR)/.kernel.mk
15 $(MAKE) -C $(BOARD)-$(KERNEL) prepare
16
17 compile:
18 $(MAKE) -C $(BOARD)-$(KERNEL) compile
19
20 install:
21 $(MAKE) -C $(BOARD)-$(KERNEL) install
22
23 clean:
24 $(MAKE) -C $(BOARD)-$(KERNEL) clean