Commit bd39e80e authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: Makefile: "kernel" should build before "tools"

The "spec-core-fpga.h" file is produced by tools during build in "kernel".
This header-file is also used by C files in "tools". Thus, "kernel"
should build before "tools".
Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent b58ad7e5
...@@ -24,3 +24,5 @@ cppcheck: ...@@ -24,3 +24,5 @@ cppcheck:
$(DIRS): $(DIRS):
$(MAKE) -C $@ $(ENV_VAR) $(TARGET) $(MAKE) -C $@ $(ENV_VAR) $(TARGET)
tools: kernel
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