added start of pci implementation

This commit is contained in:
Markus Fröschle
2013-08-23 07:29:02 +00:00
parent d1ab061195
commit bbaa522b58
3 changed files with 121 additions and 1 deletions

View File

@@ -76,7 +76,8 @@ CSRCS= \
$(SRCDIR)/flash.c \
$(SRCDIR)/dma.c \
$(SRCDIR)/xhdi_sd.c \
$(SRCDIR)/xhdi_interface.c
$(SRCDIR)/xhdi_interface.c \
$(SRCDIR)/pci.c
ASRCS= \
$(SRCDIR)/startcf.S \