Rev 1125 | Rev 1547 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1125 | Rev 1129 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | CFLAGS += -fno-unwind-tables |
34 | CFLAGS += -fno-unwind-tables |
| 35 | LFLAGS += -N ../softint/softint.a |
35 | LFLAGS += -N ../softint/softint.a |
| 36 | AFLAGS += |
36 | AFLAGS += |
| 37 | 37 | ||
| 38 | ARCH_SOURCES += arch/$(ARCH)/src/syscall.S \ |
38 | ARCH_SOURCES += arch/$(ARCH)/src/syscall.S \ |
| 39 | arch/$(ARCH)/src/psthread.S |
39 | arch/$(ARCH)/src/psthread.S \ |
| - | 40 | arch/$(ARCH)/src/thread.c |
|