Rev 4377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4377 | Rev 4391 | ||
---|---|---|---|
Line 86... | Line 86... | ||
86 | arch/$(KARCH)/src/smp/apic.c \ |
86 | arch/$(KARCH)/src/smp/apic.c \ |
87 | arch/$(KARCH)/src/smp/ipi.c \ |
87 | arch/$(KARCH)/src/smp/ipi.c \ |
88 | arch/$(KARCH)/src/smp/mps.c \ |
88 | arch/$(KARCH)/src/smp/mps.c \ |
89 | arch/$(KARCH)/src/smp/smp.c |
89 | arch/$(KARCH)/src/smp/smp.c |
90 | endif |
90 | endif |
- | 91 | ||
- | 92 | ifeq ($(CONFIG_UDEBUG),y) |
|
- | 93 | ARCH_SOURCES += \ |
|
- | 94 | arch/$(KARCH)/src/breakpoint.c |
|
- | 95 | endif |