Skip to content

Commit

Permalink
Update build-cs
Browse files Browse the repository at this point in the history
updates in commstack build script
  • Loading branch information
divanchykhin committed Jun 18, 2015
1 parent 335d793 commit 6261188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emulator/build-cs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gcc ../../firmware/src/common/sa-aes-128.c ../../firmware/src/hal/platforms/win-lnx-common/sa-commlayer.c ../../firmware/src/common/sa-eax-128.c ../../firmware/src/common/sa-eeprom.c ../../firmware/src/hal/platforms/win-lnx-common/hal-eeprom.c ../../firmware/src/hal/platforms/win-lnx-common/sa-hal-time-provider.c ../../firmware/src/common/saccp_protocol.c ../../firmware/src/common/sagdp_protocol.c ../../firmware/src/common/saoudp_protocol.c ../../firmware/src/common/sasp_protocol.c sa_client_comm_stack.c ../../firmware/src/test-counters.c test-generator.c ../../firmware/src/common/zepto-mem-mngmt.c $SA_EMBEDDED_EXTRA_OPTIONS -DWINLNXCOMMON -DUSED_AS_MASTER -DUSED_AS_MASTER_COMMSTACK -DDEBUG_PRINTING -D_DEBUG -o ../cs.bin
gcc ../../firmware/src/common/sa-aes-128.c ../../firmware/src/hal/platforms/win-lnx-common/sa-commlayer.c ../../firmware/src/common/sa-eax-128.c ../../firmware/src/common/sa-eeprom.c ../../firmware/src/hal/platforms/win-lnx-common/hal-eeprom.c ../../firmware/src/hal/platforms/win-lnx-common/sa-hal-time-provider.c ../../firmware/src/common/saccp_protocol_client_side.c ../../firmware/src/common/sagdp_protocol.c ../../firmware/src/common/saoudp_protocol.c ../../firmware/src/common/sasp_protocol.c sa_client_comm_stack.c ../../firmware/src/test-counters.c test-generator.c ../../firmware/src/common/zepto-mem-mngmt.c $SA_EMBEDDED_EXTRA_OPTIONS -DWINLNXCOMMON -DUSED_AS_MASTER -DUSED_AS_MASTER_COMMSTACK -DDEBUG_PRINTING -D_DEBUG -o ../cs.bin

0 comments on commit 6261188

Please sign in to comment.