diff options
-rw-r--r-- | linux/Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 258d6eb4..ce6861e6 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -91,7 +91,7 @@ SHAREDSRC = $(DRMSHARED) $(MGASHARED) $(R128SHARED) $(RADEONSHARED) \ PROGS = dristat drmstat -CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd +CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd *.mod.c linux # VERSION is not defined from the initial invocation. It is defined when # this Makefile is invoked from the kernel's root Makefile. |