Commit 75f25bd3 authored by Amerigo Wang's avatar Amerigo Wang Committed by Dominik Brodowski

cpupower: avoid using symlinks

Reference the source directly, don't create symlinks.
Signed-off-by: default avatarWANG Cong <amwang@redhat.com>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 322a8b03
default: all
centrino-decode: centrino-decode.c
$(CC) $(CFLAGS) -o centrino-decode centrino-decode.c
centrino-decode: ../i386/centrino-decode.c
$(CC) $(CFLAGS) -o $@ $<
powernow-k8-decode: powernow-k8-decode.c
$(CC) $(CFLAGS) -o powernow-k8-decode powernow-k8-decode.c
powernow-k8-decode: ../i386/powernow-k8-decode.c
$(CC) $(CFLAGS) -o $@ $<
all: centrino-decode powernow-k8-decode
......
../i386/centrino-decode.c
\ No newline at end of file
../i386/powernow-k8-decode.c
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment