From 330aa15e3e4a705eb8d168bc9c76af9b1b768dfc Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 27 Sep 2018 01:43:43 +0200 Subject: user space compilation of fool stack --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3