summaryrefslogtreecommitdiffstats
path: root/board/freescale/p2041rdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/p2041rdb/Makefile')
-rw-r--r--board/freescale/p2041rdb/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/freescale/p2041rdb/Makefile b/board/freescale/p2041rdb/Makefile
index 65f348fe31..8d4da3a384 100644
--- a/board/freescale/p2041rdb/Makefile
+++ b/board/freescale/p2041rdb/Makefile
@@ -29,9 +29,7 @@ LIB = $(obj)lib$(BOARD).o
COBJS-y += $(BOARD).o
COBJS-y += cpld.o
COBJS-y += ddr.o
-COBJS-y += law.o
-COBJS-y += tlb.o
-COBJS-$(CONFIG_PCI) += pci.o
+COBJS-y += eth.o
SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))
OpenPOWER on IntegriCloud