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.
|
|
|
|
#
|
2006-06-21 22:02:29 +08:00
|
|
|
|
2006-11-12 07:11:02 +08:00
|
|
|
include $(TMP_DIR)/.target.mk
|
2006-06-21 22:02:29 +08:00
|
|
|
|
2006-12-19 02:28:38 +08:00
|
|
|
$(TMP_DIR)/.target.mk: $(TMP_DIR)/.targetinfo
|
2006-11-12 07:11:02 +08:00
|
|
|
$(SCRIPT_DIR)/gen_target_mk.pl < $(TMP_DIR)/.targetinfo > $@
|
2006-06-21 22:02:29 +08:00
|
|
|
|