Changeset e39642a4 in rtems


Ignore:
Timestamp:
09/14/18 04:41:27 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
c38d517
Parents:
0c56264
git-author:
Sebastian Huber <sebastian.huber@…> (09/14/18 04:41:27)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/10/18 05:53:32)
Message:

build: Merge libmd/Makefile.am

Location:
cpukit
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    r0c56264 re39642a4  
    363363libcpukit_a_SOURCES += libfs/src/rfs/rtems-rfs-trace.c
    364364libcpukit_a_SOURCES += libi2c/libi2c.c
     365libcpukit_a_SOURCES += libmd/md4.c
     366libcpukit_a_SOURCES += libmd/md5.c
    365367libcpukit_a_SOURCES += sapi/src/chainappendnotify.c
    366368libcpukit_a_SOURCES += sapi/src/chaingetnotify.c
     
    487489endif
    488490
     491if SHA
     492
     493libcpukit_a_SOURCES += libmd/sha256c.c
     494libcpukit_a_SOURCES += libmd/sha512c.c
     495
     496endif
     497
    489498#
    490499# Create a new Version VC Key header if the VC state has changed.
     
    525534_SUBDIRS += libpci
    526535_SUBDIRS += libmisc
    527 _SUBDIRS += libmd
    528536_SUBDIRS += libstdthreads
    529537_SUBDIRS += wrapup
  • cpukit/configure.ac

    r0c56264 re39642a4  
    502502librpc/Makefile
    503503libmisc/Makefile
    504 libmd/Makefile
    505504libstdthreads/Makefile
    506505zlib/Makefile
  • cpukit/wrapup/Makefile.am

    r0c56264 re39642a4  
    6767endif
    6868
    69 if NEWLIB
    70 TMP_LIBS += ../libmd/libmd.a
    71 endif
    72 
    7369librtemscpu.a: $(TMP_LIBS)
    7470        $(AM_V_GEN)rm -f $@
Note: See TracChangeset for help on using the changeset viewer.