Rev 3770 | Rev 3798 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3770 | Rev 3783 | ||
---|---|---|---|
Line 138... | Line 138... | ||
138 | arch/$(ARCH)/src/drivers/pci.c |
138 | arch/$(ARCH)/src/drivers/pci.c |
139 | 139 | ||
140 | # sun4v-specific sources |
140 | # sun4v-specific sources |
141 | ifeq ($(USARCH),sun4v) |
141 | ifeq ($(USARCH),sun4v) |
142 | ARCH_SOURCES += \ |
142 | ARCH_SOURCES += \ |
143 | arch/$(ARCH)/src/drivers/niagara.c |
143 | arch/$(ARCH)/src/drivers/niagara.c \ |
- | 144 | arch/$(ARCH)/src/sun4v/md.c |
|
144 | endif |
145 | endif |
145 | 146 | ||
146 | ifeq ($(CONFIG_SMP),y) |
147 | ifeq ($(CONFIG_SMP),y) |
147 | ARCH_SOURCES += \ |
148 | ARCH_SOURCES += \ |
148 | arch/$(ARCH)/src/smp/ipi.c \ |
149 | arch/$(ARCH)/src/smp/ipi.c \ |