Subversion Repositories HelenOS-historic

Rev

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

Rev 146 Rev 195
Line 11... Line 11...
11
ifdef HT
11
ifdef HT
12
DEFS+=-D$(HT)
12
DEFS+=-D$(HT)
13
endif
13
endif
14
 
14
 
15
CPPFLAGS=$(DEFS) -nostdinc -I../include
15
CPPFLAGS=$(DEFS) -nostdinc -I../include
16
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Wmissing-prototypes -Werror -O3
16
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
17
LFLAGS=-M -no-check-sections -T ../arch/ia32/_link.ld
17
LFLAGS=-M -no-check-sections -T ../arch/ia32/_link.ld
18
 
18
 
19
arch_sources= \
19
arch_sources= \
20
	arch/context.s \
20
	arch/context.s \
21
	arch/debug/panic.s \
21
	arch/debug/panic.s \