From ab0325ae7906230f1ea82f08b27c72b075e9a13d Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 23 May 2017 17:28:12 +0200 Subject: build fixed; added lib util --- code/core/posix/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/core/posix/Makefile') diff --git a/code/core/posix/Makefile b/code/core/posix/Makefile index 64cf5f6..00c8048 100644 --- a/code/core/posix/Makefile +++ b/code/core/posix/Makefile @@ -1,7 +1,9 @@ CFLAGS=-I.. $(PIC) + obj_tr = transport.o obj_tm = time.o + %.o: %.c $(CC) $(CFLAGS) -c $< -- cgit v1.2.3