xref: /openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/testsdkmakefile (revision eb8dc40360f0cfef56fb6947cc817a547d6d9bc6)
1*eb8dc403SDave Cobbleytest: test.o
2*eb8dc403SDave Cobbley	$(CC) -o test test.o -lm
3*eb8dc403SDave Cobbleytest.o: test.c
4*eb8dc403SDave Cobbley	$(CC) -c test.c
5*eb8dc403SDave Cobbley
6