X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=a8ea84c71aa70d174f8adf309c5160bc617f6f6c;hb=af948d07d4d7866099293df4d311b0f79b9eb6f5;hp=847196ab320b26856fead02de7fee14f92abd65c;hpb=34a7c0ca08683eb83d6b6b3d5a6a8fb2f7d5b918;p=apps%2Fagl-service-can-low-level.git diff --git a/Makefile b/Makefile index 847196ab..a8ea84c7 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,9 @@ ifneq ($(OSTYPE),Darwin) endif SRC = $(wildcard src/**/*.c) -SRC += $(wildcard deps/**/*.c) +SRC += $(wildcard deps/canutil/src/**/*.c) OBJS = $(SRC:.c=.o) TEST_SRC = $(wildcard $(TEST_DIR)/test_*.c) -TEST_OBJS = $(TEST_SRC:.c=.o) TESTS=$(patsubst %.c,%.bin,$(TEST_SRC)) TEST_SUPPORT_SRC = $(TEST_DIR)/common.c TEST_SUPPORT_OBJS = $(TEST_SUPPORT_SRC:.c=.o)