Commit 4654d19a authored by Federico Vaga's avatar Federico Vaga

sw:drv: do not remove cheby header on DKMS

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent d8cab5ee
......@@ -56,4 +56,7 @@ modules help install modules_install: spec-core-fpga.h
# be able to run the "clean" rule even if $(LINUX) is not valid
clean:
rm -rf *.o *~ .*.cmd *.ko *.mod.c .tmp_versions Module.symvers \
Module.markers modules.order spec-core-fpga.h
Module.markers modules.order
ifeq ($(DKMS), 0)
rm -f spec-core-fpga.h
endif
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