Subversion Repositories HelenOS-historic

Rev

Rev 459 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 459 Rev 460
Line 44... Line 44...
44
endif
44
endif
45
 
45
 
46
## Common compiler flags
46
## Common compiler flags
47
#
47
#
48
 
48
 
49
DEFS = -DARCH=$(ARCH)
49
DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" -DNAME=\"$(NAME)\"
50
CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
50
CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
51
LFLAGS = -M
51
LFLAGS = -M
52
AFLAGS = 
52
AFLAGS = 
53
 
53
 
54
## Setup kernel configuration
54
## Setup kernel configuration