mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
Build Environment: Add a definition for the Bootstrapper environment
This commit is contained in:
parent
8bdb08c354
commit
1266c9ab88
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ else
|
||||||
|
|
||||||
ifdef KERNEL
|
ifdef KERNEL
|
||||||
DEFINES += -DKERNEL
|
DEFINES += -DKERNEL
|
||||||
|
else ifdef BOOTSTRAPPER
|
||||||
|
DEFINES += -DBOOTSTRAPPER
|
||||||
else
|
else
|
||||||
# everything else gets -lc -lm
|
# everything else gets -lc -lm
|
||||||
LIB_DEPS := C M $(LIB_DEPS)
|
LIB_DEPS := C M $(LIB_DEPS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue