forked from Minki/linux
bbd0abda9c
SMP still needs more work but UP gets as far as starting userspace at least. This uses the 64-bit-style code for spinning up the cpus. Signed-off-by: Paul Mackerras <paulus@samba.org>
4 lines
97 B
Makefile
4 lines
97 B
Makefile
obj-y += setup.o time.o pegasos_eth.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_SMP) += smp.o
|