File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,10 @@ fmt-check: ## Warn if any source needs reformatting
187
187
@unformatted=$$(gofmt -l $(FMT_PATHS ) ) ; [ -z " $$ unformatted" ] && exit 0; echo " Unformatted:" ; for fn in $$ unformatted; do echo " $$ fn" ; done ; exit 1
188
188
189
189
190
- gen-device : gen-device-avr gen-device-esp gen-device-nrf gen-device-sam gen-device-sifive gen-device-kendryte gen-device-nxp gen-device-rp gen-device-renesas # # Generate microcontroller-specific sources
190
+ gen-device : gen-device-avr gen-device-esp gen-device-nrf gen-device-sam gen-device-sifive gen-device-kendryte gen-device-nxp gen-device-rp # # Generate microcontroller-specific sources
191
+ ifneq ($(RENESAS ) , 0)
192
+ gen-device : gen-device-renesas
193
+ endif
191
194
ifneq ($(STM32 ) , 0)
192
195
gen-device : gen-device-stm32
193
196
endif
You can’t perform that action at this time.
0 commit comments