[build] add a few pseudo targets to assist with building
list-arch and list-toolchain will compute and print the architecture and toolchain needed to build the project the build is set to. Used by the CI builder to decide what toolchain to grab.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# A collection of handy macros used all over the build system.
|
||||
# This can be included anywhere and must not have any side effects.
|
||||
|
||||
# Find the local dir of the make file
|
||||
GET_LOCAL_DIR = $(patsubst %/,%,$(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user