mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 04:05:34 +00:00
Show info on saved defines only if they not empty.
This commit is contained in:
parent
bb19396d21
commit
cd261f3121
@ -20,7 +20,9 @@ endif
|
|||||||
|
|
||||||
ifeq ($(DEFINES),)
|
ifeq ($(DEFINES),)
|
||||||
-include Makefile.$(TARGET).defines
|
-include Makefile.$(TARGET).defines
|
||||||
${info using saved defines '$(DEFINES)'}
|
ifneq ($(DEFINES),)
|
||||||
|
${info using saved defines '$(DEFINES)'}
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
|
Loading…
Reference in New Issue
Block a user