2006-06-27 00:35:46 +00: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 09:17:29 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
2006-06-21 14:02:29 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2006-06-04 21:57:59 +00:00
|
|
|
|
2007-06-04 11:14:08 +00:00
|
|
|
clean download prepare compile install menuconfig update refresh: FORCE
|
|
|
|
$(MAKE) -C $(BOARD)-$(KERNEL) $@
|
2006-06-20 23:56:49 +00:00
|
|
|
|