summaryrefslogtreecommitdiff
path: root/board/eNET/Makefile
diff options
context:
space:
mode:
authorGraeme Russ <[email protected]>2009-08-23 12:59:58 +1000
committerTom Rix <[email protected]>2009-10-03 09:04:11 -0500
commit06d0e8309e9a8eccb20a56052589557e63509fb8 (patch)
tree8f011291e9fb2fbe9b2052a4a34cd57a4151bc8b /board/eNET/Makefile
parentbd9806d696e8d8c2a0d93a73988d68f17db6402e (diff)
Add PCI support to eNET board
Signed-off-by: Graeme Russ <[email protected]>
Diffstat (limited to 'board/eNET/Makefile')
-rw-r--r--board/eNET/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/eNET/Makefile b/board/eNET/Makefile
index bf5736a7908..588d21d269e 100644
--- a/board/eNET/Makefile
+++ b/board/eNET/Makefile
@@ -32,6 +32,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
COBJS-y += eNET.o
+COBJS-$(CONFIG_PCI) += eNET_pci.o
SOBJS-y += eNET_start16.o
SOBJS-y += eNET_start.o