src: add support for host build check, for Coverity Scan

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-11-17 12:59:39 +01:00
parent ff69fcfa69
commit 005eb58958
10 changed files with 101 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
*~
*.o
statd
+8
View File
@@ -0,0 +1,8 @@
# Used by ../Makefile for 'make check' and Coverity Scan
export CPPFLAGS = -I$(CURDIR)/../staging/include
export LDLIBS = -L$(CURDIR)/../staging/lib -L/usr/lib/x86_64-linux-gnu
all:
make all
make clean