commit | 9ffe1eb7f45e1acc50671c163c7ff3ed00eab233 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@sysam.it> | Wed Mar 13 21:46:53 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri May 24 08:11:59 2019 -0400 |
tree | e169db6609ab6add1b2c0f917cbc12ba733025da | |
parent | 71abdddd5f173d88a9fda4eb13270488e5c2cdf4 [diff] [blame] |
m68k: add dspi chip-select support Signed-off-by: Angelo Dureghello <angelo@sysam.it> Changes for v5: - new patch
diff --git a/arch/m68k/cpu/mcf5227x/Makefile b/arch/m68k/cpu/mcf5227x/Makefile index ef43893..6a38c48 100644 --- a/arch/m68k/cpu/mcf5227x/Makefile +++ b/arch/m68k/cpu/mcf5227x/Makefile
@@ -6,4 +6,4 @@ # ccflags-y += -DET_DEBUG extra-y = start.o -obj-y = cpu.o speed.o cpu_init.o interrupts.o +obj-y = cpu.o speed.o cpu_init.o interrupts.o dspi.o