From e00b420c3d2d2a7829c2a61c46659dd8829d5021 Mon Sep 17 00:00:00 2001 From: Michael Traxler Date: Mon, 16 Jan 2017 22:50:22 +0100 Subject: [PATCH] also make shared library, mt --- .gitignore | 1 + libtrbnet/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9fb33b5..9e33937 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # object files *.o +*.so *.a *.ko *.ko.cmd diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index 9712375..e982371 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -35,7 +35,7 @@ LOADLIBES = TARGETS = trbcmd trbdhcp trbflash -LIB_TARGETS = libtrbnet.a +LIB_TARGETS = libtrbnet.a libtrbnet.so # ------------ Libaries ------------------------------------------------ -- 2.43.0