aboutsummaryrefslogtreecommitdiff
path: root/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'host/Makefile')
-rw-r--r--host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Makefile b/host/Makefile
index 04aee4a..bf01efc 100644
--- a/host/Makefile
+++ b/host/Makefile
@@ -7,7 +7,7 @@ OBJCOPY = $(CROSS_COMPILE)objcopy
OBJDUMP = $(CROSS_COMPILE)objdump
READELF = $(CROSS_COMPILE)readelf
-OBJS = simple_client.o arm_sys_counter.o
+OBJS = simple_client.o
CFLAGS += -Wall -I../ta/include -I$(TEEC_EXPORT)/include -I./include
LDADD += -lteec -L$(TEEC_EXPORT)/lib