From 0f800fa4334b03a47941ce1b577f51a69552e414 Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Thu, 1 Feb 2018 05:02:00 +0000 Subject: [PATCH] rmtfs: Don't include ../qrtr While convenient it's easy to mess things up with the qrtr project in the include and library path. Drop these and rely on the installed version of the include and library files. Signed-off-by: Bjorn Andersson --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3ca2e07..8d5ae09 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ OUT := rmtfs -CFLAGS := -Wall -g -I../qrtr/lib -O2 -LDFLAGS := -L../qrtr -lqrtr -ludev +CFLAGS := -Wall -g -O2 +LDFLAGS := -lqrtr -ludev prefix := /usr/local SRCS := qmi_rmtfs.c rmtfs.c sharedmem.c storage.c util.c