Skip to content

Commit

Permalink
Fix unit test link failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjackson committed Apr 27, 2018
1 parent 28d44df commit b3fc92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda/Makefile.panda
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This makefile gets included in test and util builds, so stub out anything
# causing undefined references. Look in Makefile.objs to find the variable to
# add it to - e.g. main-loop.o is in block-obj-y.
block-obj-y += panda/src/rr/rr_log_stubs.o
stub-obj-y += panda/src/rr/rr_log_stubs.o
panda/src/rr/rr_log_stubs.o: | panda/src/rr

panda/src/rr:
Expand Down

0 comments on commit b3fc92c

Please sign in to comment.