Commit e4499ffa authored by Adam Wujek's avatar Adam Wujek 💬

sw: add include/hw to DIRS, move "all" to become default target

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent d9a8a14c
......@@ -4,7 +4,9 @@ CURDIR:=$(shell /bin/pwd)
REPO_PARENT ?= $(CURDIR)/..
-include $(REPO_PARENT)/parent_common.mk
DIRS = kernel lib tools
DIRS = kernel lib tools include/hw
all clean modules install modules_install: $(DIRS)
headers: include/hw
kernel lib: headers
......@@ -16,8 +18,6 @@ tools: lib
install modules_install: prereq_install_warn
all clean modules install modules_install: $(DIRS)
clean: TARGET = clean
modules: TARGET = modules
install: TARGET = install
......
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