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, 0 insertions, 13 deletions
diff --git a/qemu/roms/u-boot/arch/x86/cpu/Makefile b/qemu/roms/u-boot/arch/x86/cpu/Makefile deleted file mode 100644 index 415bc2498..000000000 --- a/qemu/roms/u-boot/arch/x86/cpu/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# -# (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 |