1 From 9a092c87bef3e4054f020d41b2dd94bb6ea9b527 Mon Sep 17 00:00:00 2001
2 From: "S. Gilles" <sgilles@math.umd.edu>
3 Date: Sat, 6 Aug 2016 04:46:23 +0000
4 Subject: [PATCH] rename libfmap
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/Makefile b/Makefile
11 index c4cd006..818a6df 100644
14 @@ -292,7 +292,7 @@ LINUXINCLUDE := -Iinclude \
16 KERNELVERSION = $(CORE).$(MAJOR).$(MINOR)
18 -FMAP_LINKOPT ?= -lfmap-0.3
19 +FMAP_LINKOPT ?= -lfmap
20 LDLIBS := -luuid $(FMAP_LINKOPT)
22 #EXTRA_CFLAGS := $(patsubst %,-l%, $(LIBRARIES))