diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/microblaze/cpu/Makefile')
-rw-r--r-- | qemu/roms/u-boot/arch/microblaze/cpu/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/microblaze/cpu/Makefile b/qemu/roms/u-boot/arch/microblaze/cpu/Makefile new file mode 100644 index 000000000..4955e8123 --- /dev/null +++ b/qemu/roms/u-boot/arch/microblaze/cpu/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +extra-y = start.o +obj-y = irq.o +obj-y += cpu.o interrupts.o cache.o exception.o timer.o +obj-$(CONFIG_SPL_BUILD) += spl.o |