diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 22:22:19 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 22:22:19 +0100 |
commit | 76be7c9a79da62e0a52d932bdfdf56671c82e33d (patch) | |
tree | 6385d50acb932766a11ded22901f1b333eb9856d /ecp/platform/posix/Makefile | |
parent | 6594778ab99958c3efb7325e4203bb4e593fc1a6 (diff) |
build fix
Diffstat (limited to 'ecp/platform/posix/Makefile')
-rw-r--r-- | ecp/platform/posix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ecp/platform/posix/Makefile b/ecp/platform/posix/Makefile index aebb994..1a3502a 100644 --- a/ecp/platform/posix/Makefile +++ b/ecp/platform/posix/Makefile @@ -1,5 +1,4 @@ -include ../posix.mk -CFLAGS += -I../../src +include ../common.mk obj_tr = transport.o obj_tm = time.o |