summaryrefslogtreecommitdiffstats
path: root/Ding.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Ding.Makefile')
-rw-r--r--Ding.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ding.Makefile b/Ding.Makefile
index 2f31bc2..6d6801a 100644
--- a/Ding.Makefile
+++ b/Ding.Makefile
@@ -2,7 +2,7 @@ CC = avr-gcc
MCU = atmega328p
TARGET = ding
-SRC = ding.c uart.c nrfm.c
+SRC = ding.c uart.c nrfm.c util.c
OBJ = $(SRC:.c=.o)
CFLAGS = -std=gnu99