Rev 1864 | Rev 1893 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1864 | Rev 1881 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | CFLAGS = -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=ultrasparc -m64 |
49 | CFLAGS = -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=ultrasparc -m64 |
50 | 50 | ||
51 | SOURCES = \ |
51 | SOURCES = \ |
52 | main.c \ |
52 | main.c \ |
53 | ../../../generic/printf.c \ |
53 | ../../../generic/printf.c \ |
- | 54 | ../../../generic/string.c \ |
|
54 | ../../../genarch/ofw.c \ |
55 | ../../../genarch/ofw.c \ |
55 | ofwarch.c \ |
56 | ofwarch.c \ |
56 | asm.S \ |
57 | asm.S \ |
57 | boot.S |
58 | boot.S |
58 | 59 |