From ae5fe7e6bca2874c5f1ef077204bb63124fb3db3 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 26 Oct 2014 18:09:41 -0700 Subject: cpukit: Add libdl with the Runtime Loader (RTL) code. This is a merge of the RTL project. --- cpukit/wrapup/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/wrapup/Makefile.am') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index e89426fee8..bf38ccaa33 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -77,6 +77,10 @@ if NEWLIB TMP_LIBS += ../libmd/libmd.a endif +if LIBDL +TMP_LIBS += ../libdl/libdl.a +endif + librtemscpu.a: $(TMP_LIBS) rm -f $@ $(MKDIR_P) $(ARCH) -- cgit v1.2.3