comparison drivers/Makefile @ 17488:ce1ba8fd57e7

Make clean/distclean behave uniformly in all directories.
author diego
date Fri, 27 Jan 2006 00:06:42 +0000
parents 18e74f0452c7
children b069afd2a0de
comparison
equal deleted inserted replaced
17487:fa17424b4c7b 17488:ce1ba8fd57e7
47 depmod -a 47 depmod -a
48 48
49 dep: 49 dep:
50 50
51 clean: 51 clean:
52 rm -f *.o *~ 52 rm -f *.o *.a *~
53 ifneq (,$(findstring 2.6, $(VERSION)))
54 rm -f *.ko .mga* mga_vid.mod.c 53 rm -f *.ko .mga* mga_vid.mod.c
55 endif
56 54
57 distclean: clean 55 distclean: clean
58 rm -f mga_vid_test tdfx_vid_tst 56 rm -f mga_vid_test tdfx_vid_tst
59 57