From 1266c9ab8877a027e039f53dc60210db21141fbe Mon Sep 17 00:00:00 2001 From: Liav A Date: Sun, 9 Feb 2020 16:51:21 +0200 Subject: [PATCH] Build Environment: Add a definition for the Bootstrapper environment --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.common b/Makefile.common index 33df9ab2d9..1934afeacb 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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)