drm/radeon: comment out some currently unused 7xx dpm code
[linux/fpc-iii.git] / tools / testing / selftests / size / Makefile
blob04dc25e4fa92456597dc9a14862ab4192d84410d
1 CC = $(CROSS_COMPILE)gcc
3 all: get_size
5 get_size: get_size.c
6 $(CC) -static -ffreestanding -nostartfiles -s $< -o $@
8 run_tests: all
9 ./get_size
11 clean:
12 $(RM) get_size