forked from Minki/linux
7d758af257
There are difference rules for compiling c source file in different testcases. In order to enable KBUILD_OUTPUT support in later patch, this patch introduce the default rules in "tools/testing/selftest/lib.mk" and remove the existing rules in each testcase. Acked-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
6 lines
97 B
Makefile
6 lines
97 B
Makefile
CFLAGS := -static -ffreestanding -nostartfiles -s
|
|
|
|
TEST_GEN_PROGS := get_size
|
|
|
|
include ../lib.mk
|