mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +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
|
||||
DEFINES += -DKERNEL
|
||||
else ifdef BOOTSTRAPPER
|
||||
DEFINES += -DBOOTSTRAPPER
|
||||
else
|
||||
# everything else gets -lc -lm
|
||||
LIB_DEPS := C M $(LIB_DEPS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue