Refactor to use new protocol module and sipo.
[bertos.git] / boards / triface / examples / triface / triface_user.mk
index 2f52da95b0fe71d9c0d8ca3874c44bce952b152e..8c38f816a38d3bf1bbe5c6524b8b0a74f2310776 100644 (file)
@@ -10,7 +10,8 @@ triface_PROGRAMMER_PORT = none
 # Files included by the user.
 triface_USER_CSRC = \
     $(triface_SRC_PATH)/main.c \
-    $(triface_SRC_PATH)/protocol.c \
+       $(triface_SRC_PATH)/cmd.c \
+       bertos/net/protocol.c \
     #
 
 # Files included by the user.