8a8a873455
Exporting ARCH and KERNELDIR makes easier to compile an external kernel or out of tree kernel modules. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
20 lines
643 B
Plaintext
20 lines
643 B
Plaintext
cat <<'EOF'
|
|
_ _ _ _ _
|
|
| |__ _ _(_) | __| |_ __ ___ ___ | |_
|
|
| '_ \| | | | | |/ _` | '__/ _ \ / _ \| __|
|
|
| |_) | |_| | | | (_| | | | (_) | (_) | |_
|
|
|_.__/ \__,_|_|_|\__,_|_| \___/ \___/ \__|
|
|
|
|
Making embedded Linux easy!
|
|
|
|
Some tips:
|
|
* PATH now contains the SDK utilities
|
|
* Standard autotools variables (CC, LD, CFLAGS) are exported
|
|
* Kernel compilation variables (ARCH, CROSS_COMPILE, KERNELDIR) are exported
|
|
* To configure do "./configure $CONFIGURE_FLAGS" or use
|
|
the "configure" alias
|
|
* To build CMake-based projects, use the "cmake" alias
|
|
|
|
EOF
|
|
SDK_PATH=$(dirname $(realpath "${BASH_SOURCE[0]}"))
|