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