2006-06-27 08:35:46 +08:00
|
|
|
#
|
2007-07-31 05:14:08 +08:00
|
|
|
# Copyright (C) 2006-2007 OpenWrt.org
|
2006-06-27 08:35:46 +08:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
2007-07-31 05:14:08 +08:00
|
|
|
prereq clean download prepare compile install menuconfig oldconfig update refresh: FORCE
|
2007-09-09 03:55:42 +08:00
|
|
|
TARGET_BUILD=1 $(MAKE) -C $(BOARD) $@
|
2006-06-21 07:56:49 +08:00
|
|
|
|