From 4c715947af78f2fff91816f3121e35628c41ff6d Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 17 Mar 2007 15:53:30 +0000 Subject: Merge Makefile from radeon/ subdirectory into this one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22701 b3059339-0415-0410-9bf9-f77b7e298cf2 --- drivers/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'drivers/Makefile') diff --git a/drivers/Makefile b/drivers/Makefile index b4e46e7cb3..d74cd28f2a 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -4,12 +4,18 @@ 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 +OBJS = mga_vid.o tdfx_vid.o radeon/radeonfb.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: + CFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math %_test: %_test.c $(CC) -O -o $@ $< @@ -20,11 +26,14 @@ install: depmod -a -mknod /dev/mga_vid c 178 0 -mknod /dev/tdfx_vid c 178 0 + -mknod /dev/radeon_vid c 178 0 + -ln -s /dev/radeon_vid /dev/rage128_vid dep depend: clean: rm -f *.o *~ mga_vid_test tdfx_vid_test + rm -f radeon/*.o radeon/*~ distclean: clean -- cgit v1.2.3