Commit 0fea7e11 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Generate VSCs .c and .h files separately

parent d915e220
......@@ -7,7 +7,10 @@ VSC_GEN = $(VSC_SRC:.vsc=.c) $(VSC_SRC:.vsc=.h)
$(VSC_GEN): $(VSCTOOL)
.vsc.c:
$(AM_V_GEN) $(PYTHON) $(VSCTOOL) -ch $<
$(AM_V_GEN) $(PYTHON) $(VSCTOOL) -c $<
.vsc.h:
$(AM_V_GEN) $(PYTHON) $(VSCTOOL) -h $<
clean-local: vsc-clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment