diff --git a/drivers/Makefile b/drivers/Makefile index 0e6cc5d45d..cce4452e6a 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -36,11 +36,9 @@ install: $(MGA_VID_OBJ) dep depend: -clean: - rm -f *.o *.a *~ - rm -f *.ko .mga* mga_vid.mod.c +clean: + rm -f *.o *~ *.ko mga_vid_test tdfx_vid_tst distclean: clean - rm -f mga_vid_test tdfx_vid_tst .PHONY: all install dep depend clean distclean