aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/p2041rdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/p2041rdb/Makefile')
-rw-r--r--board/freescale/p2041rdb/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/p2041rdb/Makefile b/board/freescale/p2041rdb/Makefile
index b4cb83e..8d4da3a 100644
--- a/board/freescale/p2041rdb/Makefile
+++ b/board/freescale/p2041rdb/Makefile
@@ -30,9 +30,6 @@ COBJS-y += $(BOARD).o
COBJS-y += cpld.o
COBJS-y += ddr.o
COBJS-y += eth.o
-COBJS-y += law.o
-COBJS-y += tlb.o
-COBJS-$(CONFIG_PCI) += pci.o
SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))