Merge pci_BaS_gcc branch to trunk

This commit is contained in:
David Gálvez
2014-07-10 15:45:45 +00:00
parent fe7d35a212
commit bf32e899d1
7 changed files with 839 additions and 7 deletions

View File

@@ -144,7 +144,8 @@ ASRCS= \
startcf.S \
printf_helper.S \
exceptions.S \
xhdi_vec.S
xhdi_vec.S \
pci_wrappers.S
SRCS=$(ASRCS) $(CSRCS)
COBJS=$(patsubst %.c,%.o,$(CSRCS))