summaryrefslogtreecommitdiffstats
path: root/lock/Frnt.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-07 18:09:48 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-08 16:06:19 +0800
commitf36e0c51177979c57b3402676fe342c180f9cb5b (patch)
treebfb9709eb1773128c9a595dfda8b76a8e960f3da /lock/Frnt.Makefile
parent6a2b5fefeb8931ca886bcf99a8f983b13e545515 (diff)
downloadsmart-home-f36e0c51177979c57b3402676fe342c180f9cb5b.tar.gz
Keygen using timer.
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