Subversion Repositories HelenOS

Rev

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

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