Changeset 9c058287 in rtems


Ignore:
Timestamp:
09/13/18 04:42:32 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
94acbbf
Parents:
8fb3443
git-author:
Sebastian Huber <sebastian.huber@…> (09/13/18 04:42:32)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/09/18 11:26:47)
Message:

build: Merge libblock/Makefile.am

Location:
cpukit
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    r8fb3443 r9c058287  
    3232libcpukit_a_SOURCES += dtc/libfdt/fdt_sw.c
    3333libcpukit_a_SOURCES += dtc/libfdt/fdt_wip.c
     34libcpukit_a_SOURCES += libblock/src/bdbuf.c
     35libcpukit_a_SOURCES += libblock/src/bdpart-create.c
     36libcpukit_a_SOURCES += libblock/src/bdpart-dump.c
     37libcpukit_a_SOURCES += libblock/src/bdpart-mount.c
     38libcpukit_a_SOURCES += libblock/src/bdpart-read.c
     39libcpukit_a_SOURCES += libblock/src/bdpart-register.c
     40libcpukit_a_SOURCES += libblock/src/bdpart-sort.c
     41libcpukit_a_SOURCES += libblock/src/bdpart-write.c
     42libcpukit_a_SOURCES += libblock/src/blkdev-blkstats.c
     43libcpukit_a_SOURCES += libblock/src/blkdev.c
     44libcpukit_a_SOURCES += libblock/src/blkdev-imfs.c
     45libcpukit_a_SOURCES += libblock/src/blkdev-ioctl.c
     46libcpukit_a_SOURCES += libblock/src/blkdev-ops.c
     47libcpukit_a_SOURCES += libblock/src/blkdev-print-stats.c
     48libcpukit_a_SOURCES += libblock/src/diskdevs.c
     49libcpukit_a_SOURCES += libblock/src/diskdevs-init.c
     50libcpukit_a_SOURCES += libblock/src/flashdisk.c
     51libcpukit_a_SOURCES += libblock/src/ide_part_table.c
     52libcpukit_a_SOURCES += libblock/src/media.c
     53libcpukit_a_SOURCES += libblock/src/media-desc.c
     54libcpukit_a_SOURCES += libblock/src/media-dev-ident.c
     55libcpukit_a_SOURCES += libblock/src/media-path.c
     56libcpukit_a_SOURCES += libblock/src/media-server.c
     57libcpukit_a_SOURCES += libblock/src/nvdisk.c
     58libcpukit_a_SOURCES += libblock/src/nvdisk-sram.c
     59libcpukit_a_SOURCES += libblock/src/ramdisk-config.c
     60libcpukit_a_SOURCES += libblock/src/ramdisk-driver.c
     61libcpukit_a_SOURCES += libblock/src/ramdisk-init.c
     62libcpukit_a_SOURCES += libblock/src/ramdisk-register.c
     63libcpukit_a_SOURCES += libblock/src/sparse-disk.c
    3464libcpukit_a_SOURCES += sapi/src/chainappendnotify.c
    3565libcpukit_a_SOURCES += sapi/src/chaingetnotify.c
     
    106136_SUBDIRS = . score rtems posix
    107137_SUBDIRS += libcrypt
    108 _SUBDIRS += libcsupport libblock libfs
     138_SUBDIRS += libcsupport libfs
    109139_SUBDIRS += libdrvmgr
    110140_SUBDIRS += libnetworking librpc
  • cpukit/configure.ac

    r8fb3443 r9c058287  
    498498score/cpu/no_cpu/Makefile
    499499posix/Makefile
    500 libblock/Makefile
    501500libdrvmgr/Makefile
    502501libfs/Makefile
  • cpukit/wrapup/Makefile.am

    r8fb3443 r9c058287  
    2828TMP_LIBS += ../libcsupport/libcsupport.a
    2929TMP_LIBS += ../libcsupport/libcalloc.a
    30 TMP_LIBS += ../libblock/libblock.a
    3130if LIBDOSFS
    3231TMP_LIBS += ../libfs/libdosfs.a
Note: See TracChangeset for help on using the changeset viewer.