diff options
Diffstat (limited to 'roms/u-boot/arch/powerpc/cpu/74xx_7xx/Makefile')
-rw-r--r-- | roms/u-boot/arch/powerpc/cpu/74xx_7xx/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/powerpc/cpu/74xx_7xx/Makefile b/roms/u-boot/arch/powerpc/cpu/74xx_7xx/Makefile new file mode 100644 index 00000000..f31fe756 --- /dev/null +++ b/roms/u-boot/arch/powerpc/cpu/74xx_7xx/Makefile @@ -0,0 +1,13 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2001 +# Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +extra-y = start.o +obj-y = cache.o kgdb.o io.o +obj-y += traps.o cpu.o cpu_init.o speed.o interrupts.o |