prepared to move dspi functionality into a separate source file.

removed obsolete print statement
This commit is contained in:
Markus Fröschle
2013-10-16 13:35:32 +00:00
parent 427ba872d2
commit 5a2e6913b2
4 changed files with 191 additions and 7 deletions

View File

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