From 5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51 Mon Sep 17 00:00:00 2001 From: Graeme Russ Date: Sun, 23 Aug 2009 12:59:58 +1000 Subject: Add PCI support to eNET board Signed-off-by: Graeme Russ --- board/eNET/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'board/eNET/Makefile') diff --git a/board/eNET/Makefile b/board/eNET/Makefile index bf5736a..588d21d 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 -- cgit v1.1