Rev 2528 | Rev 2586 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2528 | Rev 2582 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \ |
38 | ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \ |
| 39 | arch/$(ARCH)/src/fibril.S \ |
39 | arch/$(ARCH)/src/fibril.S \ |
| 40 | arch/$(ARCH)/src/thread.c \ |
40 | arch/$(ARCH)/src/thread.c \ |
| 41 | arch/$(ARCH)/src/eabi.S |
41 | arch/$(ARCH)/src/eabi.S |
| 42 | 42 | ||
| 43 | BFD_NAME = elf32-little |
43 | BFD_NAME = elf32-littlearm |
| 44 | BFD_ARCH = arm |
44 | BFD_ARCH = arm |