summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9a0fc0b..23225bc 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ RPM ?= $(HOME)/rpm
build: $(binaries) $(libraries)
+lspcidrake.static: lspcidrake.c libldetect.a
+ $(CC) $(CFLAGS) -o $@ $^ -lpci -lkmod -llzma -lz -lcompat -lc
+ #$(CC) $(CFLAGS) $^ libldetect.a -lkmod -lxz -lz.a -o $@
+
lspcidrake: lspcidrake.c libldetect.so
$(lib_major).$(LIB_MINOR): $(lib_objs)