Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 619 → Rev 620

/kernel/trunk/Makefile
44,7 → 44,7
## Common compiler flags
#
 
DEFS = -D$(ARCH) -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
DEFS = -D$(ARCH)=$(ARCH) -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
LFLAGS = -M
AFLAGS =