Commit fa579034 authored by Vaibhav Gupta's avatar Vaibhav Gupta

Makefile: Make it uniform with other projects

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 2faa5be7
Pipeline #4833 failed
......@@ -9,6 +9,12 @@ DIRS = $(C_DIRS) \
Documentation/fmc
all clean cleanall install: $(DIRS)
clean: TARGET = clean
cleanall: TARGET = cleanall
install: TARGET = install
$(DIRS):
$(MAKE) -C $@ $(TARGET)
modules modules_install:
@$(MAKE) -C drivers/fmc/ $@
......
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