Skip to content
Snippets Groups Projects
Commit fa579034 authored by Vaibhav Gupta's avatar Vaibhav Gupta
Browse files

Makefile: Make it uniform with other projects


Signed-off-by: default avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 2faa5be7
Branches
Tags
No related merge requests found
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/ $@
......
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