Implemented support for building host binaries to test kernel features
This commit is contained in:
8
sandbox/sandbox-config.mk
Normal file
8
sandbox/sandbox-config.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
SANDBOX_DIR := $(patsubst %/,%,$(dir $(MAKEFILE_PATH)))
|
||||
|
||||
include $(SANDBOX_DIR)/../tools/make/gcc-host.mk
|
||||
|
||||
SANDBOX_BUILD_DIR := $(SANDBOX_DIR)/../build/sandbox
|
||||
BUILD_DIR := $(SANDBOX_BUILD_DIR)/$(SANDBOX_PROG_NAME)
|
||||
Reference in New Issue
Block a user