diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/x86/cpu/Makefile')
-rw-r--r-- | qemu/roms/u-boot/arch/x86/cpu/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/x86/cpu/Makefile b/qemu/roms/u-boot/arch/x86/cpu/Makefile new file mode 100644 index 000000000..415bc2498 --- /dev/null +++ b/qemu/roms/u-boot/arch/x86/cpu/Makefile @@ -0,0 +1,13 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2002 +# Daniel Engström, Omicron Ceti AB, daniel@omicron.se. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +extra-y = start.o +extra-$(CONFIG_X86_RESET_VECTOR) += resetvec.o start16.o +obj-y = interrupts.o cpu.o |