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