summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 21:01:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 21:01:37 +0000
commit8f191b6d4402119d03065bd8ca7acc2518b96173 (patch)
treedf83c760e409d3b629cc9a95cae580ec0775ca4a /drivers/Makefile
parentaa03d96676d8fdfaabf8e197810f381fd2dd9692 (diff)
downloadmpv-8f191b6d4402119d03065bd8ca7acc2518b96173.tar.bz2
mpv-8f191b6d4402119d03065bd8ca7acc2518b96173.tar.xz
Remove radeonfb, the version in the Linux kernel is much better.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index d74cd28f2a..b9bac2a61e 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -4,17 +4,16 @@ MDIR = /lib/modules/$(VERSION)/misc
CFLAGS = -O2 -D__KERNEL__ -DMODULE -I$(KERNEL_INCLUDES) -Wall -include $(KERNEL_INCLUDES)/linux/modversions.h
-OBJS = mga_vid.o tdfx_vid.o radeon/radeonfb.o radeon/radeon_vid.o radeon/rage128_vid.o
+OBJS = mga_vid.o tdfx_vid.o radeon/radeon_vid.o radeon/rage128_vid.o
all: $(OBJS) mga_vid_test tdfx_vid_test
mga_vid.o: mga_vid.c mga_vid.h
tdfx_vid.o: tdfx_vid.c 3dfx.h
-radeon/radeonfb.o: radeon/radeonfb.c radeon/radeon.h
radeon/radeon_vid.o: radeon/radeon_vid.c radeon/radeon.h radeon/radeon_vid.h
radeon/rage128_vid.o: radeon/radeon_vid.c radeon/radeon.h radeon/radeon_vid.h
$(CC) $(CFLAGS) -DRAGE128 -c $< -o $@
-radeon/radeonfb.o radeon/radeon_vid.o radeon/rage128_vid.o:
+radeon/radeon_vid.o radeon/rage128_vid.o:
CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math
%_test: %_test.c