summaryrefslogtreecommitdiff
path: root/n/avr/make
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/make')
-rw-r--r--n/avr/make/Makefile.gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/avr/make/Makefile.gen b/n/avr/make/Makefile.gen
index a503e51..ec1995a 100644
--- a/n/avr/make/Makefile.gen
+++ b/n/avr/make/Makefile.gen
@@ -62,7 +62,7 @@ ifneq (,$(filter-out %.c %.avr.S,$(SOURCES)))
$(error Sources should be .c or .avr.S files)
endif
-ifneq (,$(ALL_PROGS))
+ifneq (,$(strip $(ALL_PROGS)))
include $(BASE)/make/Makefile.avr
include $(BASE)/make/Makefile.host
else