Commit c2a78e35 authored by Vaibhav Gupta's avatar Vaibhav Gupta

software: kernel: Makefile: Add target 'install'

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 447a8d2a
......@@ -64,10 +64,12 @@ clean modules help modules_install coccicheck:
GIT_VERSION=$(GIT_VERSION) \
VMEBUS_ABS=$(VMEBUS_ABS) $@
install: modules modules_install
cppcheck:
$(CPPCHECK) -q -I. -I$(ZIO_ABS)/include -I$(FMC_BUS_ABS)/ --suppress=missingIncludeSystem --enable=all *.c *.h
flawfinder:
$(FLAWFINDER) -SQDC --error-level=3 .
.PHONY: all coccicheck clean cppcheck modules modules_install
.PHONY: all coccicheck clean cppcheck modules modules_install flawfinder 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