summaryrefslogtreecommitdiff
path: root/src/teleshield-v0.1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-01-04 20:19:32 -0800
committerKeith Packard <keithp@keithp.com>2012-01-04 20:19:32 -0800
commit2fa4e66c0c9220c3b9c1f8ffec9cee710b709173 (patch)
tree59ce98cca5f412b475fe5e96a1da7a037280435b /src/teleshield-v0.1/Makefile
parent665b97cb63b54098cfd0d5ccb8c7cab676b2b75c (diff)
parentf450f8bc70f857053b26c4379f54a318062e89a1 (diff)
Merge branch 'master' into split-library
Diffstat (limited to 'src/teleshield-v0.1/Makefile')
-rw-r--r--src/teleshield-v0.1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/teleshield-v0.1/Makefile b/src/teleshield-v0.1/Makefile
index b63a81d6..a21a6052 100644
--- a/src/teleshield-v0.1/Makefile
+++ b/src/teleshield-v0.1/Makefile
@@ -53,6 +53,7 @@ CC1111_SRC = \
ao_radio.c \
ao_romconfig.c \
ao_serial.c \
+ ao_serial0.c \
ao_string.c \
ao_timer.c \
ao_usb.c \
@@ -62,7 +63,8 @@ DRIVER_SRC = \
$(TELESHIELD_SRC)
PRODUCT_SRC = \
- ao_teleshield.c
+ ao_teleshield.c \
+ ao_ardu_serial.c
SRC = \
$(CORE_SRC) \