diff vidix/rage128_vid.c @ 25561:1e215be6a749

Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o. Instead, create files that #include mga_vid.c/radeon_vid.c with the proper #defines set. This has the added benefit of fixing dependency generation, which only works for existing .c files.
author diego
date Wed, 02 Jan 2008 22:00:34 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vidix/rage128_vid.c	Wed Jan 02 22:00:34 2008 +0000
@@ -0,0 +1,3 @@
+#define RAGE128
+
+#include "radeon_vid.c"