Commit e500e608 authored by Federico Vaga's avatar Federico Vaga

Merge branch 'hotfix/wbgen-compilation'

parents 33480235 f5d195be
...@@ -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