Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cxl: Cleanup Makefile

Cleanup Makefile by fixing line wrapping.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Michael Neuling and committed by
Michael Ellerman
406e12ec 7bb5d91a

+2 -1
+2 -1
drivers/misc/cxl/Makefile
··· 1 - cxl-y += main.o file.o irq.o fault.o native.o context.o sysfs.o debugfs.o pci.o trace.o 1 + cxl-y += main.o file.o irq.o fault.o native.o 2 + cxl-y += context.o sysfs.o debugfs.o pci.o trace.o 2 3 obj-$(CONFIG_CXL) += cxl.o 3 4 obj-$(CONFIG_CXL_BASE) += base.o 4 5