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