From b875bc86aac2c9a733ddb9b3db4ead94d2c4c053 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 28 Nov 2014 14:26:17 +0100 Subject: struggling with paging ... --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1953ff3..796728f 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ ############ some constants ############ + #submodules SUBDIRS=boot1 boot2 font userspace @@ -29,7 +30,7 @@ CC=i686-foolos-gcc ############ compiler flags ############ CFLAGS= #CFLAGS+=-fstack-protector-all -#CFLAGS+=-w +CFLAGS+=-w CFLAGS+=-ffreestanding CFLATS+=-Wall CFLAGS+=-Wextra @@ -50,7 +51,11 @@ LDFLAGS= LDFLAGS+=-nostdlib LDFLAGS+=-lgcc - +#verbosity +#V = 0 +#CC = @echo "Compiling $<..."; i686-foolos-gcc +#CC_1 = $(CCC) +#CC = $(CC_$(V)) ############ source and object files and their deps ############ -- cgit v1.2.3