Root/include/toolchain-build.mk

1#
2# Copyright (C) 2009 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8override CONFIG_AUTOREBUILD=
9
10REAL_STAGING_DIR_HOST:=$(STAGING_DIR_HOST)
11STAGING_DIR_HOST:=$(TOOLCHAIN_DIR)
12BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN)
13
14include $(INCLUDE_DIR)/host-build.mk
15
16HOST_STAMP_PREPARED=$(HOST_BUILD_DIR)/.prepared
17

Archive Download this file



interactive