Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1789
Line 49... Line 49...
49
CFLAGS = -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc64 -msoft-float -m64
49
CFLAGS = -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc64 -msoft-float -m64
50
DEFS = 
50
DEFS = 
51
 
51
 
52
SOURCES = \
52
SOURCES = \
53
	main.c \
53
	main.c \
-
 
54
	ofwarch.c \
54
	../../../genarch/ofw.c \
55
	../../../genarch/ofw.c \
55
	../../../generic/printf.c \
56
	../../../generic/printf.c \
56
	asm.S \
57
	asm.S \
57
	boot.S
58
	boot.S
58
 
59