summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2758bcc..8543c84 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ AS=i686-elf-as
CFLAGS=
#CFLAGS+=-fvar-tracking
CFLAGS+=-DGIT_REVISION=\"$(GIT_REVISION)\"
+CFLAGS+=-DFOOLOS_KERNEL
CFLAGS+=-ffreestanding # do we need this if using own compiler?
CFLAGS+=-nostdlib
#CFLAGS+=-Og