Mercurial > mplayer.hg
diff drivers/Makefile @ 1395:a721a2b91d3d
Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure.
author | atmos4 |
---|---|
date | Sat, 28 Jul 2001 05:36:45 +0000 |
parents | baa0a12438eb |
children | fda4c0ea039f |
line wrap: on
line diff
--- a/drivers/Makefile Fri Jul 27 17:25:19 2001 +0000 +++ b/drivers/Makefile Sat Jul 28 05:36:45 2001 +0000 @@ -1,5 +1,4 @@ -CC = gcc KERNEL_INCLUDES = /usr/src/linux/include INCLUDES = -I$(KERNEL_INCLUDES) CFLAGS = -g -O2 -Wall -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h @@ -16,6 +15,8 @@ mga_vid_test: mga_vid_test.c $(CC) -g -O -Wall $(INCLUDES) -o $@ $@.c +dep: + clean: rm -f *.o *~