Subversion Repositories HelenOS

Rev

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

Rev 279 Rev 290
Line 21... Line 21...
21
DEFS+=-D$(HT)
21
DEFS+=-D$(HT)
22
endif
22
endif
23
 
23
 
24
CPPFLAGS=$(DEFS) -nostdinc -I../include
24
CPPFLAGS=$(DEFS) -nostdinc -I../include
25
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
25
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
26
LFLAGS=-M -no-check-sections -T ../arch/ia32/_link.ld
26
LFLAGS=-M -no-check-sections
27
 
27
 
28
arch_sources= \
28
arch_sources= \
29
	arch/context.s \
29
	arch/context.s \
30
	arch/debug/panic.s \
30
	arch/debug/panic.s \
31
	arch/cpuid.s \
31
	arch/cpuid.s \