comparison drivers/Makefile @ 21080:618d1857f4c4

Unify dep/depend targets.
author diego
date Mon, 20 Nov 2006 11:18:01 +0000
parents b069afd2a0de
children 8c20203d98ca
comparison
equal deleted inserted replaced
21079:a09d28771d0c 21080:618d1857f4c4
44 else 44 else
45 install -m 644 mga_vid.o $(MDIR)/mga_vid.o 45 install -m 644 mga_vid.o $(MDIR)/mga_vid.o
46 endif 46 endif
47 depmod -a 47 depmod -a
48 48
49 dep: 49 dep depend:
50 50
51 clean: 51 clean:
52 rm -f *.o *.a *~ 52 rm -f *.o *.a *~
53 rm -f *.ko .mga* mga_vid.mod.c 53 rm -f *.ko .mga* mga_vid.mod.c
54 54