From: hadaq Date: Wed, 19 Oct 2011 18:07:10 +0000 (+0000) Subject: update X-Git-Tag: v6.0~109 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ff6d24d0ee60a524eed071510682193e8f55e750;p=trbnettools.git update --- diff --git a/pexor/kernel-module/Makefile b/pexor/kernel-module/Makefile index 356b906..3a5f568 100644 --- a/pexor/kernel-module/Makefile +++ b/pexor/kernel-module/Makefile @@ -9,4 +9,4 @@ all: $(MAKE) -C $(KERNELDIR) M=$(PWD) clean: - rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tmp_versions Module.* modules.order + $(MAKE) -C $(KERNELDIR) M=$(PWD) clean