commit | f69430e125ae9756a4de9eaf9e68b9ed74ddf9c3 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Fri Oct 18 15:31:35 2013 -0700 |
committer | abat <abat@bigswitch.com> | Fri Oct 18 15:31:35 2013 -0700 |
tree | c65b0eaaf1ade9211cb6e278c4ae967c6e821671 | |
parent | 0af8847be39fcb17019872382ae633d6f7f85a48 [diff] | |
parent | 984673277abd8aea3083947b9b328897939147ee [diff] |
Merge into master from pull request #96: locitest: add module magic string to makefile (https://github.com/floodlight/loxigen/pull/96)
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