X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=e702b2c6e61c2e452abb982a82c56af049b30e4c;hb=4d29188e4fc9066866304259f6584caa4d3dcea1;hp=2064147b6a708dd47ba496b57bfbe43b56d46a3b;hpb=e7caee4aaf12aff79a2cd119b47464016cd765ba;p=groeck-it87 diff --git a/Makefile b/Makefile index 2064147..e702b2c 100644 --- a/Makefile +++ b/Makefile @@ -49,9 +49,13 @@ DRIVER_VERSION = $(shell git describe --long) version.h: it87.c @echo "#define IT87_DRIVER_VERSION \"$(DRIVER_VERSION)\"" > version.h -modules clean: version.h +modules: version.h @$(MAKE) -C $(KERNEL_BUILD) M=$(CURDIR) $@ +clean: + @$(MAKE) -C $(KERNEL_BUILD) M=$(CURDIR) $@ + rm -f version.h + install: modules_install modules_install: