summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-27 01:43:43 +0200
committerMiguel <m.i@gmx.at>2018-09-27 01:43:43 +0200
commit330aa15e3e4a705eb8d168bc9c76af9b1b768dfc (patch)
treebe3412953a872dc3ad43217d45009f28d4607966 /Makefile
parentc7bf9cc575dea15ecc8780afd34ffb3503f3249b (diff)
user space compilation of fool stack
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