We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7cda3 commit 3de913aCopy full SHA for 3de913a
Makefile
@@ -1,8 +1,8 @@
1
CC= clang
2
-CFLAGS= -Wall -O0 -g
3
-LIBS= -lpci
+CFLAGS= -Wall -O0 -g -m32
+LIBS= -lpci -Lusr/lib -Wl,-rpath=usr/lib
4
5
-INCLUDES= -Ime.h -Immap.h
+INCLUDES= -I.
6
7
SRCS= intelmetool.c \
8
me_status.c \
0 commit comments