cdacc1278b
Split xen-asm into 32- and 64-bit files, and implement the 64-bit variants. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Stephen Tweedie <sct@redhat.com> Cc: Eduardo Habkost <ehabkost@redhat.com> Cc: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
4 lines
131 B
Makefile
4 lines
131 B
Makefile
obj-y := enlighten.o setup.o multicalls.o mmu.o \
|
|
time.o xen-asm_$(BITS).o grant-table.o suspend.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|