irq2nvic: support V=1 make style to see the actual commands.
This commit is contained in:
parent
d0c3678f74
commit
9051480e7f
4
Makefile
4
Makefile
@ -58,11 +58,11 @@ build: lib
|
||||
|
||||
%.genhdr:
|
||||
@printf " GENHDR $*\n";
|
||||
@./scripts/irq2nvic_h ./$*;
|
||||
$(Q)./scripts/irq2nvic_h ./$*;
|
||||
|
||||
%.cleanhdr:
|
||||
@printf " CLNHDR $*\n";
|
||||
@./scripts/irq2nvic_h --remove ./$*
|
||||
$(Q)./scripts/irq2nvic_h --remove ./$*
|
||||
|
||||
LIB_DIRS:=$(wildcard $(addprefix lib/,$(TARGETS)))
|
||||
$(LIB_DIRS): $(IRQ_DEFN_FILES:=.genhdr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user