PCI: Disable MPS configuration by default
[linux-btrfs-devel.git] / tools / power / cpupower / debug / x86_64 / Makefile
blob3326217dd31158d24446213d709a3f8cb5b7002c
1 default: all
3 centrino-decode: ../i386/centrino-decode.c
4 $(CC) $(CFLAGS) -o $@ $<
6 powernow-k8-decode: ../i386/powernow-k8-decode.c
7 $(CC) $(CFLAGS) -o $@ $<
9 all: centrino-decode powernow-k8-decode
11 clean:
12 rm -rf centrino-decode powernow-k8-decode
14 .PHONY: all default clean