Rev 457 | Rev 467 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 457 | Rev 465 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | # |
45 | # |
46 | 46 | ||
47 | CONFIG_OFW = y |
47 | CONFIG_OFW = y |
48 | 48 | ||
49 | ARCH_SOURCES = \ |
49 | ARCH_SOURCES = \ |
- | 50 | arch/$(ARCH)/src/asm.S \ |
|
- | 51 | arch/$(ARCH)/src/console.c \ |
|
- | 52 | arch/$(ARCH)/src/context.S \ |
|
50 | arch/$(ARCH)/src/dummy.s \ |
53 | arch/$(ARCH)/src/dummy.s \ |
- | 54 | arch/$(ARCH)/src/mm/frame.c \ |
|
- | 55 | arch/$(ARCH)/src/mm/page.c \ |
|
- | 56 | arch/$(ARCH)/src/sparc64.c \ |
|
51 | arch/$(ARCH)/src/start.S |
57 | arch/$(ARCH)/src/start.S |
- | 58 | ||
- | 59 |