Changeset c38d517 in rtems


Ignore:
Timestamp:
09/14/18 04:43:35 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
5079524
Parents:
e39642a4
git-author:
Sebastian Huber <sebastian.huber@…> (09/14/18 04:43:35)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/10/18 05:53:50)
Message:

build: Merge libpci/Makefile.am

Location:
cpukit
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    re39642a4 rc38d517  
    489489endif
    490490
     491if LIBPCI
     492
     493libcpukit_a_SOURCES += libpci/pci_access.c
     494libcpukit_a_SOURCES += libpci/pci_access_func.c
     495libcpukit_a_SOURCES += libpci/pci_access_io.c
     496libcpukit_a_SOURCES += libpci/pci_access_mem_be.c
     497libcpukit_a_SOURCES += libpci/pci_access_mem.c
     498libcpukit_a_SOURCES += libpci/pci_access_mem_le.c
     499libcpukit_a_SOURCES += libpci/pci_bus.c
     500libcpukit_a_SOURCES += libpci/pci_cfg_auto.c
     501libcpukit_a_SOURCES += libpci/pci_cfg.c
     502libcpukit_a_SOURCES += libpci/pci_cfg_peripheral.c
     503libcpukit_a_SOURCES += libpci/pci_cfg_print_code.c
     504libcpukit_a_SOURCES += libpci/pci_cfg_read.c
     505libcpukit_a_SOURCES += libpci/pci_cfg_static.c
     506libcpukit_a_SOURCES += libpci/pci_find.c
     507libcpukit_a_SOURCES += libpci/pci_find_dev.c
     508libcpukit_a_SOURCES += libpci/pci_for_each.c
     509libcpukit_a_SOURCES += libpci/pci_for_each_child.c
     510libcpukit_a_SOURCES += libpci/pci_for_each_dev.c
     511libcpukit_a_SOURCES += libpci/pci_get_dev.c
     512libcpukit_a_SOURCES += libpci/pci_irq.c
     513libcpukit_a_SOURCES += libpci/pci_print.c
     514
     515endif
     516
    491517if SHA
    492518
     
    532558_SUBDIRS = . score rtems posix
    533559_SUBDIRS += libnetworking librpc
    534 _SUBDIRS += libpci
    535560_SUBDIRS += libmisc
    536561_SUBDIRS += libstdthreads
  • cpukit/configure.ac

    re39642a4 rc38d517  
    499499posix/Makefile
    500500libnetworking/Makefile
    501 libpci/Makefile
    502501librpc/Makefile
    503502libmisc/Makefile
  • cpukit/wrapup/Makefile.am

    re39642a4 rc38d517  
    5757TMP_LIBS += ../libmisc/libxz.a
    5858
    59 if LIBPCI
    60 TMP_LIBS += ../libpci/libpci.a
    61 endif
    62 
    6359if LIBNETWORKING
    6460TMP_LIBS += ../libnetworking/libnetworking.a
Note: See TracChangeset for help on using the changeset viewer.