diff options
Diffstat (limited to 'roms/u-boot/arch/m68k/cpu/mcf52x2/Makefile')
-rw-r--r-- | roms/u-boot/arch/m68k/cpu/mcf52x2/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/arch/m68k/cpu/mcf52x2/Makefile b/roms/u-boot/arch/m68k/cpu/mcf52x2/Makefile new file mode 100644 index 00000000..b92fd864 --- /dev/null +++ b/roms/u-boot/arch/m68k/cpu/mcf52x2/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +# ccflags-y += -DET_DEBUG + +extra-y = start.o +obj-y = interrupts.o cpu.o speed.o cpu_init.o |