Build Environment: Add a definition for the Bootstrapper environment

This commit is contained in:
Liav A 2020-02-09 16:51:21 +02:00 committed by Andreas Kling
commit 1266c9ab88
Notes: sideshowbarker 2024-07-19 09:30:13 +09:00

View file

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