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 <bjorn.andersson@linaro.org>
This commit is contained in:
Bjorn Andersson
2018-02-01 05:02:00 +00:00
parent 96a272bccb
commit 0f800fa433

View File

@@ -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