You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
174 B
Makefile
13 lines
174 B
Makefile
10 years ago
|
RN42_DIR = rn42
|
||
|
|
||
|
SRC += serial_uart.c \
|
||
|
rn42/suart.S \
|
||
|
rn42/rn42.c \
|
||
|
rn42/rn42_task.c \
|
||
10 years ago
|
rn42/battery.c \
|
||
10 years ago
|
rn42/main.c
|
||
|
|
||
|
OPT_DEFS += -DPROTOCOL_RN42
|
||
|
|
||
|
VPATH += $(RN42_DIR)
|