Skip to content

Commit

Permalink
Temporary fix to unimplemented Rx model items.
Browse files Browse the repository at this point in the history
  • Loading branch information
capn-freako committed Mar 1, 2016
1 parent 625a83c commit d24680d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions example/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,15 @@ test_tx:
MACHINE=AMD64 MODS=$(TX_NAME) $(MAKE) test

test_rx:
@echo "Testing 64-bit Rx model..."
MACHINE=AMD64 MODS=$(RX_NAME) $(MAKE) test
@echo "Rx model testing not yet implemented."
# @echo "Testing 64-bit Rx model..."
# MACHINE=AMD64 MODS=$(RX_NAME) $(MAKE) test

txami: $(TX_NAME).ami

rxami: $(RX_NAME).ami
# rxami: $(RX_NAME).ami
rxami:
@echo "Rx model AMI file building not yet implemented."

targs: $(TARGS)

Expand Down

0 comments on commit d24680d

Please sign in to comment.