summaryrefslogtreecommitdiffstats
path: root/rf_test/Recv.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-12-03 18:00:14 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-12-03 18:00:14 +0800
commitd162d1cfd2421509a8d6933cb93dd80ffeda9cf8 (patch)
tree6236628fd6868f100b039036f020dc485b563874 /rf_test/Recv.Makefile
parentab97e3dfbd93a876bf16b74345af1d6b8b3843f1 (diff)
downloadsmart-home-d162d1cfd2421509a8d6933cb93dd80ffeda9cf8.tar.gz
Move the rfm code to separate file.
Diffstat (limited to 'rf_test/Recv.Makefile')
-rw-r--r--rf_test/Recv.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/Recv.Makefile b/rf_test/Recv.Makefile
index 1c6733b..67ac41f 100644
--- a/rf_test/Recv.Makefile
+++ b/rf_test/Recv.Makefile
@@ -2,7 +2,7 @@ CC = avr-gcc
MCU = atmega328p
TARGET = recv
-SRC = rfm.c recv.c serial.c
+SRC = radio.c recv.c serial.c
OBJ = $(SRC:.c=.o)
CFLAGS = -std=gnu99