From: Stefan Roese Date: Fri, 11 Dec 2020 16:06:07 +0000 (+0100) Subject: mips: octeon: Makefile: Enable building of the newly added C files X-Git-Tag: v2021.10~207^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d64eeb5551fa13b039ecd43381277bf17c3ddcd;p=platform%2Fkernel%2Fu-boot.git mips: octeon: Makefile: Enable building of the newly added C files This patch adds the newly added C files to the Makefile to enable compilation. This is done in a separate step, to not introduce build breakage while adding the single files with potentially missing externals. Signed-off-by: Stefan Roese --- diff --git a/arch/mips/mach-octeon/Makefile b/arch/mips/mach-octeon/Makefile index 3486aa9..40ddab2 100644 --- a/arch/mips/mach-octeon/Makefile +++ b/arch/mips/mach-octeon/Makefile @@ -11,3 +11,14 @@ obj-y += dram.o obj-y += cvmx-coremask.o obj-y += cvmx-bootmem.o obj-y += bootoctlinux.o + +# QLM related code +obj-y += cvmx-helper-cfg.o +obj-y += cvmx-helper-fdt.o +obj-y += cvmx-helper-jtag.o +obj-y += cvmx-helper-util.o +obj-y += cvmx-helper.o +obj-y += cvmx-pcie.o +obj-y += cvmx-qlm.o +obj-y += octeon_fdt.o +obj-y += octeon_qlm.o