diff options
Diffstat (limited to 'host/tests/devtest/CMakeLists.txt')
-rw-r--r-- | host/tests/devtest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/devtest/CMakeLists.txt b/host/tests/devtest/CMakeLists.txt index 6a76a440c..1d105e958 100644 --- a/host/tests/devtest/CMakeLists.txt +++ b/host/tests/devtest/CMakeLists.txt @@ -48,6 +48,6 @@ if(ENABLE_N300) endif(ENABLE_N300) if(ENABLE_E320) ADD_DEVTEST("e320" "e3xx" "E32x") -endif(ENABLE_MPMD) +endif(ENABLE_E320) # Formatting message(STATUS "") |