bsps: Move pci_bus_count.c to bsps

This patch is a part of the BSP source reorganization.

Update #3285.
This commit is contained in:
Sebastian Huber
2018-04-19 06:10:18 +02:00
parent 0510cd506b
commit f9239014db
2 changed files with 1 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ librtemsbsp_a_SOURCES += ../shared/comm/gdb_glue.c
# pci # pci
librtemsbsp_a_SOURCES += ../shared/pci/pcibios.c librtemsbsp_a_SOURCES += ../shared/pci/pcibios.c
librtemsbsp_a_SOURCES += ../shared/pci/pci_io.c librtemsbsp_a_SOURCES += ../shared/pci/pci_io.c
librtemsbsp_a_SOURCES += ../../shared/pci/pci_bus_count.c librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/pci/pci_bus_count.c
librtemsbsp_a_SOURCES += ../../shared/pci/pci_find_device.c librtemsbsp_a_SOURCES += ../../shared/pci/pci_find_device.c
# startup # startup