1 CC
= $(CROSS_COMPILE
)gcc
6 turbostat
: turbostat.c
8 CFLAGS
+= -DMSRHEADER
='"../../../../arch/x86/include/uapi/asm/msr-index.h"'
11 @mkdir
-p
$(BUILD_OUTPUT
)
12 $(CC
) $(CFLAGS
) $< -o
$(BUILD_OUTPUT
)/$@
16 @
rm -f
$(BUILD_OUTPUT
)/turbostat
19 install -d
$(DESTDIR
)$(PREFIX
)/bin
20 install $(BUILD_OUTPUT
)/turbostat
$(DESTDIR
)$(PREFIX
)/bin
/turbostat
21 install -d
$(DESTDIR
)$(PREFIX
)/share
/man
/man8
22 install turbostat
.8 $(DESTDIR
)$(PREFIX
)/share
/man
/man8