From 9112174a2366d8bbab74f6f21b3ba9fda4c2de51 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sat, 28 Jul 2001 05:36:45 +0000 Subject: Added StrongARM crosscompiling support by Maksim Krasnyanskiy and fixed a --datadir bug in configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1396 b3059339-0415-0410-9bf9-f77b7e298cf2 --- drivers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/Makefile b/drivers/Makefile index 68a1e0ce46..ef4bee4215 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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 @@ sis_vid.o: sis_vid.c sis_vid.h mga_vid_test: mga_vid_test.c $(CC) -g -O -Wall $(INCLUDES) -o $@ $@.c +dep: + clean: rm -f *.o *~ -- cgit v1.2.3