diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-08-23 12:59:58 +1000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-04 21:57:50 +0200 |
commit | 5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51 (patch) | |
tree | 2713619409f8855a7713531be6a8de2849e01610 /board/eNET/Makefile | |
parent | f50b619d9cb297b0125fe78dcd6f255eb0d91659 (diff) | |
download | u-boot-imx-5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51.zip u-boot-imx-5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51.tar.gz u-boot-imx-5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51.tar.bz2 |
Add PCI support to eNET board
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'board/eNET/Makefile')
-rw-r--r-- | board/eNET/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |