Implemented support for building host binaries to test kernel features

This commit is contained in:
2022-12-26 22:12:53 +00:00
parent 23e8e654d9
commit 83c7f2293c
7 changed files with 67 additions and 2 deletions

View 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)