Skip to content

Commit

Permalink
Makefile: coverity target.
Browse files Browse the repository at this point in the history
  • Loading branch information
aabc committed Nov 5, 2015
1 parent 93160e5 commit f057646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ sparse: | version.h ipt_NETFLOW.c ipt_NETFLOW.h compat.h Makefile
@echo Compiling for kernel $(KVERSION)
make -C $(KDIR) M=$(CURDIR) modules C=1
@touch ipt_NETFLOW.ko
coverity:
coverity-submit -v

minstall: | ipt_NETFLOW.ko
@echo " *"
make -C $(KDIR) M=$(CURDIR) modules_install INSTALL_MOD_PATH=$(DESTDIR)
Expand Down

0 comments on commit f057646

Please sign in to comment.