diff options
Diffstat (limited to 'fw/Makefile')
| -rw-r--r-- | fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/Makefile b/fw/Makefile index 1c0fb95..4d88b3a 100644 --- a/fw/Makefile +++ b/fw/Makefile @@ -38,7 +38,7 @@ UTEST_INCLUDES = -I. -I $(UNITY_DIR) UTEST_CFLAGS = -std=c99 -Wall $(UTEST_INCLUDES) UTEST_LDFLAGS = UTEST_BIN = $(basename $(wildcard $(UTEST_DIR)/*.c)) -UTEST_SRC = $(wildcard $(UTEST_DIR)/*.c) $(UNITY_DIR)/unity.c +UTEST_SRC = $(wildcard $(UTEST_DIR)/*.c) $(UNITY_DIR)/unity.c signal.c UTEST_OBJ = $(UTEST_SRC:.c=.o) UTEST_HDR = $(wildcard $(UTEST_DIR)/*.h) $(UNITY_DIR)/unity.h |