started implementation of a more generic EmuTOS driver interface

This commit is contained in:
Markus Fröschle
2013-10-24 06:31:23 +00:00
parent 399a3119d6
commit cde104238b
3 changed files with 90 additions and 1 deletions

View File

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