summaryrefslogtreecommitdiffstats
path: root/drivers/radeon/Makefile
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 17:20:47 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 17:20:47 +0000
commit2adad30dade02bc449564704643c6b9ac2cfb3ec (patch)
treeadbfe821fc64acf9b44ff85a65868da2b102b7a8 /drivers/radeon/Makefile
parent016fb92762382df1523d296e621da5ed8838aef4 (diff)
downloadmpv-2adad30dade02bc449564704643c6b9ac2cfb3ec.tar.bz2
mpv-2adad30dade02bc449564704643c6b9ac2cfb3ec.tar.xz
radeon_vid: it's in first pre-alpha stage
Note: it's not public release and not test version. It's simplest commit of unfinished and not working stuff in hope to attract other developer to this driver. (What is good: this driver is removable from driver list and doesn't cause segfault !!!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2871 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers/radeon/Makefile')
-rw-r--r--drivers/radeon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/radeon/Makefile b/drivers/radeon/Makefile
index 0147ef583f..6c835c0208 100644
--- a/drivers/radeon/Makefile
+++ b/drivers/radeon/Makefile
@@ -13,10 +13,12 @@ CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)
-all: radeonfb.o
+all: radeonfb.o radeon_vid.o
radeonfb.o: radeonfb.c radeon.h
$(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c
+radeon_vid.o: radeon_vid.c radeon.h radeon_vid.h
+ $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c
dep: