mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 01:09:40 +01:00
It doesn't make sense to have files related to sdk module into runtime module. [YOCTO #10599] (From OE-Core rev: 9a3be58b17afbe4ef00030b0e6ad8b20b03adc49) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
test: test.o
|
|
$(CC) -o test test.o -lm
|
|
test.o: test.c
|
|
$(CC) -c test.c
|
|
|