summaryrefslogtreecommitdiff
path: root/ecp/util/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-01-31 22:22:19 +0100
committerUros Majstorovic <majstor@majstor.org>2022-01-31 22:22:19 +0100
commit76be7c9a79da62e0a52d932bdfdf56671c82e33d (patch)
tree6385d50acb932766a11ded22901f1b333eb9856d /ecp/util/Makefile
parent6594778ab99958c3efb7325e4203bb4e593fc1a6 (diff)
build fix
Diffstat (limited to 'ecp/util/Makefile')
-rw-r--r--ecp/util/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ecp/util/Makefile b/ecp/util/Makefile
index 58d5086..72b6290 100644
--- a/ecp/util/Makefile
+++ b/ecp/util/Makefile
@@ -1,8 +1,8 @@
-include ../platform/posix.mk
-CFLAGS += -I../src
+src_dir = ../src
+include $(src_dir)/common.mk
obj=util.o
-dep=../src/build-posix/*.a ./libecputil.a
+dep=../build-posix/*.a ./libecputil.a
%.o: %.c %.h