commit | 984673277abd8aea3083947b9b328897939147ee | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Oct 18 14:31:47 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Oct 18 14:31:47 2013 -0700 |
tree | b6f103efd2bb61bc7ee0aa03fe75073c3ed404e6 | |
parent | 6bf5db6105b7e83bad4d87791bf4ab07295dab11 [diff] |
locitest: add module magic string to makefile
diff --git a/c_gen/templates/locitest/Makefile b/c_gen/templates/locitest/Makefile index ed4ba13..a7a6f37 100644 --- a/c_gen/templates/locitest/Makefile +++ b/c_gen/templates/locitest/Makefile
@@ -10,3 +10,6 @@ locitest: $(OBJS) $(CC) $^ -o $@ + +# BSN build system magic +MODULE := locitest