diff options
Diffstat (limited to 'src/boot/modules/BootNet/amd64.json')
| -rw-r--r-- | src/boot/modules/BootNet/amd64.json | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/boot/modules/BootNet/amd64.json b/src/boot/modules/BootNet/amd64.json index 3d58cbc1..c0037580 100644 --- a/src/boot/modules/BootNet/amd64.json +++ b/src/boot/modules/BootNet/amd64.json @@ -1,8 +1,20 @@ { "compiler_path": "x86_64-w64-mingw32-g++", "compiler_std": "c++20", - "headers_path": ["../", "../../", "../../../kernel", "../../../", "./"], - "sources_path": ["*.cc", "*.S", "../../src/HEL/AMD64/*.cc", "../../src/HEL/AMD64/*.S", "../../src/*.cc"], + "headers_path": [ + "../", + "../../", + "../../../kernel", + "../../../", + "./" + ], + "sources_path": [ + "*.cc", + "*.S", + "../../src/HEL/AMD64/*.cc", + "../../src/HEL/AMD64/*.S", + "../../src/*.cc" + ], "output_name": "net.efi", "compiler_flags": [ "-nostdlib", @@ -12,7 +24,6 @@ "-Wl,--subsystem=17,--image-base,0x10000000,-e,BootNetModuleMain" ], "cpp_macros": [ - "__NEOSKRNL__", "__BOOTZ__", "__BOOTZ_STANDALONE__", "__NE_AMD64__", @@ -20,4 +31,4 @@ "kBootNetVersionLowest=0x0100", "kBootNetEFIVersion=0x0100" ] -} +}
\ No newline at end of file |
