-rw-r--r-- | Makefile.Embedded | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 01439bd..de9d5ce 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -160,12 +160,12 @@ variable_test: variable_info endif ifdef BUILD_NO_SHARP_PLUGIN @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) else - ifndef SHARPDTMSDK + ifndef SHARPDTMSDK @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) $(error SHARPDTMSDK is not defined) - endif + endif endif ifdef BUILD_NO_GAMMU @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) endif |