mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-09 11:00:52 +00:00
475850c86b
Avoid inclusion of code that's dead for x86-64. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de>
4 lines
89 B
Makefile
4 lines
89 B
Makefile
obj-y := main.o if.o generic.o state.o
|
|
obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o
|
|
|