Skip to content
Snippets Groups Projects
Commit c7cf8979 authored by Stefan Roese's avatar Stefan Roese
Browse files

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: default avatarStefan Roese <sr@denx.de>
parent fc6c9c50
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment