summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/modules/NetBoot/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/boot/modules/NetBoot/build.json')
-rw-r--r--dev/boot/modules/NetBoot/build.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/boot/modules/NetBoot/build.json b/dev/boot/modules/NetBoot/build.json
index 2c92567d..db035094 100644
--- a/dev/boot/modules/NetBoot/build.json
+++ b/dev/boot/modules/NetBoot/build.json
@@ -2,10 +2,9 @@
"compiler_path": "x86_64-w64-mingw32-g++",
"compiler_std": "c++20",
"headers_path": ["../", "../../", "../../../kernel", "../../../", "./"],
- "sources_path": [".cc", "*.S"],
+ "sources_path": ["*.cc", "*.S", "../../src/HEL/AMD64/*.cc", "../../src/HEL/AMD64/*.S", "../../src/*.cc"],
"output_name": "netboot.sys",
"compiler_flags": [
- "-ffreestanding",
"-nostdlib",
"-std=c++20",
"-fPIC",
@@ -16,6 +15,7 @@
"cpp_macros": [
"__NEOSKRNL__",
"__BOOTZ__",
+ "__BOOTLDR_STANDALONE__",
"__NE_AMD64__",
"kNetBootVersionHighest=0x0100",
"kNetBootVersionLowest=0x0100",