aboutsummaryrefslogtreecommitdiffstats
path: root/linux.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 23:07:24 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 23:07:24 +0100
commit20c0ffb7b669c6fd95b191edf35fd26454053688 (patch)
treeb341482d3920dcc6bf85f6887fac2ce2ef693a1b /linux.mk
parentImprove makefile, fix warnings, and fix libhaiku_perror linking (diff)
downloadlibhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.tar.gz
libhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.tar.bz2
libhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.tar.xz
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux.mk b/linux.mk
deleted file mode 100644
index 55bb536..0000000
--- a/linux.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-LIBEXT = so
-LIBFLAGS = -shared -Wl,-soname,libhaiku.$(LIBEXT).$(LIB_MAJOR)
-
-LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR)
-LIBMINOREXT = $(LIBEXT).$(LIB_VERSION)