2006-06-27 03:35:46 +03:00
|
|
|
#
|
2007-07-31 00:14:08 +03:00
|
|
|
# Copyright (C) 2006-2007 OpenWrt.org
|
2006-06-27 03:35:46 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2005-05-28 12:17:29 +03:00
|
|
|
include $(TOPDIR)/rules.mk
|
2006-06-21 17:02:29 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2006-06-05 00:57:59 +03:00
|
|
|
|
2008-06-09 18:38:45 +03:00
|
|
|
export TARGET_BUILD=1
|
2006-06-21 02:56:49 +03:00
|
|
|
|
2008-06-09 18:38:45 +03:00
|
|
|
prereq clean download prepare compile install menuconfig oldconfig update refresh: FORCE
|
2008-08-16 19:59:47 +03:00
|
|
|
@+$(NO_TRACE_MAKE) -C $(BOARD) $@
|