mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 04:14:26 +08:00
bsps: Move pci_find_device.c to bsps
This patch is a part of the BSP source reorganization. Update #3285.
This commit is contained in:
@@ -101,7 +101,7 @@ librtemsbsp_a_SOURCES += ../shared/comm/gdb_glue.c
|
||||
librtemsbsp_a_SOURCES += ../shared/pci/pcibios.c
|
||||
librtemsbsp_a_SOURCES += ../shared/pci/pci_io.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/pci/pci_bus_count.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/pci/pci_find_device.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/pci/pci_find_device.c
|
||||
|
||||
# startup
|
||||
librtemsbsp_a_SOURCES += startup/bsp_fatal_halt.c
|
||||
|
||||
@@ -52,7 +52,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/mips/shared/irq/isr_entries.S
|
||||
|
||||
# pci
|
||||
librtemsbsp_a_SOURCES += pci/pci.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/pci/pci_find_device.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/pci/pci_find_device.c
|
||||
|
||||
#isr
|
||||
librtemsbsp_a_SOURCES += ../shared/irq/vectorexceptions.c
|
||||
|
||||
@@ -36,7 +36,7 @@ librtemsbsp_a_SOURCES += ../shared/console/console.c
|
||||
librtemsbsp_a_SOURCES += pci/pci.c
|
||||
librtemsbsp_a_SOURCES += pci/pci_interface.c
|
||||
librtemsbsp_a_SOURCES += pci/detect_host_bridge.c
|
||||
librtemsbsp_a_SOURCES += ../../shared/pci/pci_find_device.c
|
||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/pci/pci_find_device.c
|
||||
|
||||
# irq
|
||||
librtemsbsp_a_SOURCES += irq/irq_init.c
|
||||
|
||||
Reference in New Issue
Block a user