Nuvoton NUC970 NonOS BSP
 All Files Variables Modules Pages
Variables
directories for build and install

make dirs More...

Collaboration diagram for directories for build and install:

Variables

tuple toolchain.CWD = $(CURDIR)
 current directory where make was first run
 
tuple toolchain.GZ = $(HOME)
 archives: directory where `.tar. More...
 
 toolchain.TMP = /tmp
 temp directory for source code unpack and build
 
tuple toolchain.SRC = $(TMP)
 directory for source code unpack
 
tuple toolchain.SYSROOT = $(CWD)
 sysroot is a directory where include and library files resides
 
tuple toolchain.CROSS = $(CWD)
 cross-compiler toolchain will be installed into this directory
 

Detailed Description

make dirs

Variable Documentation

tuple toolchain.GZ = $(HOME)

archives: directory where `.tar.

?z` files resides (toolchain packages source code)