Commit f5d195be authored by Federico Vaga's avatar Federico Vaga

sw:drv: generates headers on kernel compilation

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 33480235
...@@ -27,7 +27,9 @@ mockturtle-y += mockturtle-hmq.o ...@@ -27,7 +27,9 @@ mockturtle-y += mockturtle-hmq.o
mockturtle-y += mockturtle-tty.o mockturtle-y += mockturtle-tty.o
mockturtle-y += mockturtle-dbg.o mockturtle-y += mockturtle-dbg.o
all modules: all modules:
$(MAKE) -C ../include/hw/
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) modules $(MAKE) -C $(LINUX) M=$(shell /bin/pwd) modules
install modules_install: install modules_install:
...@@ -40,3 +42,5 @@ clean: ...@@ -40,3 +42,5 @@ clean:
coccicheck: coccicheck:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) coccicheck $(MAKE) -C $(LINUX) M=$(shell /bin/pwd) coccicheck
.PHONY: headers
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