rules.mk 331 B

123456789
  1. serial_link_byte_stuffer_SRC :=\
  2. $(SERIAL_PATH)/tests/byte_stuffer_tests.cpp \
  3. $(SERIAL_PATH)/protocol/byte_stuffer.c
  4. serial_link_frame_router_SRC := \
  5. $(SERIAL_PATH)/tests/frame_router_tests.cpp \
  6. $(SERIAL_PATH)/protocol/byte_stuffer.c \
  7. $(SERIAL_PATH)/protocol/frame_validator.c \
  8. $(SERIAL_PATH)/protocol/frame_router.c