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

add sdb-lib to the default build

remove the special case of sdb-lib cleaning
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 7833910c
DIRS = kernel tools
DIRS = \
kernel \
tools \
sdb-lib \
.PHONY: all clean modules install modules_install $(DIRS) sdb-lib
all clean modules install modules_install: $(DIRS)
# additionally clean sdb-lib
clean: sdb-lib
clean: TARGET = clean
modules: TARGET = modules
install: TARGET = install
modules_install: TARGET = modules_install
$(DIRS) sdb-lib:
$(DIRS):
$(MAKE) -C $@ $(TARGET)
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