Subversion Repositories HelenOS

Rev

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

Rev 461 Rev 462
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) -DRELEASE=\"$(RELEASE)\" -DNAME=\"$(NAME)\"
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
 
-
 
54
ifdef TAG
-
 
55
	DEFS += "-DTAG=\"$(TAG)\""
-
 
56
endif
53
 
57
 
54
## Setup kernel configuration
58
## Setup kernel configuration
55
#
59
#
56
 
60
 
57
include Makefile.config
61
include Makefile.config