diff options
author | Nick Brassel <nick@tzarc.org> | 2022-03-08 16:58:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 16:58:05 +1100 |
commit | 2f6751e48a37699cfd999e0afd8731ca3962611c (patch) | |
tree | c64605c10a8f8f758f46be209d79210bbf15c167 /builddefs/build_test.mk | |
parent | 2218690d0b718dc68de4c5d093f1ec8e55d82d00 (diff) |
Asymmetric encoders, encoder tests. (#16068)
Diffstat (limited to 'builddefs/build_test.mk')
-rw-r--r-- | builddefs/build_test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builddefs/build_test.mk b/builddefs/build_test.mk index 7226004aab..5ad33b19c5 100644 --- a/builddefs/build_test.mk +++ b/builddefs/build_test.mk @@ -4,6 +4,8 @@ endif .DEFAULT_GOAL := all +OPT = g + include paths.mk include $(BUILDDEFS_PATH)/message.mk |