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