mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
powerpc/85xx: Create a SERDES section in Makefile
Created a section in the Makefile for SoC specific SERDES code. Also added P1013 SERDES (use P1022 SERDES code). Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
35079aa98c
commit
c5780a6fe9
1 changed files with 5 additions and 2 deletions
|
@ -66,8 +66,6 @@ COBJS-$(CONFIG_CPM2) += ether_fcc.o
|
|||
COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
|
||||
COBJS-$(CONFIG_FSL_CORENET) += liodn.o
|
||||
COBJS-$(CONFIG_MP) += mp.o
|
||||
COBJS-$(CONFIG_MPC8536) += mpc8536_serdes.o
|
||||
COBJS-$(CONFIG_P1022) += p1022_serdes.o
|
||||
COBJS-$(CONFIG_PCI) += pci.o
|
||||
COBJS-$(CONFIG_FSL_CORENET) += portals.o
|
||||
|
||||
|
@ -77,6 +75,11 @@ COBJS-$(CONFIG_PPC_P4080) += p4080_ids.o
|
|||
COBJS-$(CONFIG_QE) += qe_io.o
|
||||
COBJS-$(CONFIG_CPM2) += serial_scc.o
|
||||
COBJS-$(CONFIG_FSL_CORENET) += fsl_corenet_serdes.o
|
||||
|
||||
# SoC specific SERDES support
|
||||
COBJS-$(CONFIG_MPC8536) += mpc8536_serdes.o
|
||||
COBJS-$(CONFIG_P1013) += p1013_serdes.o
|
||||
COBJS-$(CONFIG_P1022) += p1022_serdes.o
|
||||
COBJS-$(CONFIG_PPC_P4080) += p4080_serdes.o
|
||||
|
||||
COBJS = $(COBJS-y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue