summaryrefslogtreecommitdiffstats
path: root/rf_test/Send.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rf_test/Send.Makefile')
-rw-r--r--rf_test/Send.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/Send.Makefile b/rf_test/Send.Makefile
index a9aaeb0..c8c6b15 100644
--- a/rf_test/Send.Makefile
+++ b/rf_test/Send.Makefile
@@ -2,7 +2,7 @@ CC = avr-gcc
MCU = atmega328p
TARGET = send
-SRC = send.c
+SRC = rfm.c send.c
OBJ = $(SRC:.c=.o)
CFLAGS = -std=gnu99