|
|
|
@ -42,8 +42,6 @@ ERROR_IF_NONBOOL = $(if $(filter Y N, $($(strip $(1)))), , $(error Makefile $(st |
|
|
|
|
|
|
|
|
|
# Sanity-check values of mandatory user-supplied variables |
|
|
|
|
$(foreach MANDATORY_VAR, $(LUFA_BUILD_MANDATORY_VARS), $(call ERROR_IF_UNSET, $(MANDATORY_VAR))) |
|
|
|
|
$(call ERROR_IF_UNSET, MCU) |
|
|
|
|
$(call ERROR_IF_UNSET, TARGET) |
|
|
|
|
$(call ERROR_IF_EMPTY, MCU) |
|
|
|
|
$(call ERROR_IF_EMPTY, TARGET) |
|
|
|
|
|
|
|
|
|