2006-06-27 08:35:46 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2005-05-28 17:17:29 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
2006-06-21 22:02:29 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2006-06-05 05:57:59 +08:00
|
|
|
|
2006-07-22 01:00:14 +08:00
|
|
|
download:
|
|
|
|
$(MAKE) -C $(BOARD)-$(KERNEL) download
|
2006-06-21 07:56:49 +08:00
|
|
|
|
2006-06-05 05:57:59 +08:00
|
|
|
prepare:
|
|
|
|
$(MAKE) -C $(BOARD)-$(KERNEL) prepare
|
|
|
|
|
|
|
|
compile:
|
|
|
|
$(MAKE) -C $(BOARD)-$(KERNEL) compile
|
|
|
|
|
|
|
|
install:
|
|
|
|
$(MAKE) -C $(BOARD)-$(KERNEL) install
|
|
|
|
|
|
|
|
clean:
|
|
|
|
$(MAKE) -C $(BOARD)-$(KERNEL) clean
|