aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2005-03-30 16:49:44 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-30 16:49:44 -0800
commitff4cf61bc4290b9c2eb6c853ce23d9c2f749eeee (patch)
tree6301b492d3899fca69aeae6f7f145311c5317696
parent391438fa4d4e36caac092fe7cd2dfa7a26ef7519 (diff)
downloadhistory-ff4cf61bc4290b9c2eb6c853ce23d9c2f749eeee.tar.gz
[PATCH] Fix atyfb build on ppc
This patch fixes a build problem with atyfb on ppc. It uses the stuff in macmodes.c, but doesn't trigger the build of it. So if no other driver using macmodes is built, the link will fail. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/video/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 1201ec29ce9f96..92265b741dc3a4 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -30,8 +30,8 @@ obj-$(CONFIG_FB_PM3) += pm3fb.o
obj-$(CONFIG_FB_MATROX) += matrox/
obj-$(CONFIG_FB_RIVA) += riva/ vgastate.o
obj-$(CONFIG_FB_NVIDIA) += nvidia/
-obj-$(CONFIG_FB_ATY) += aty/
-obj-$(CONFIG_FB_ATY128) += aty/
+obj-$(CONFIG_FB_ATY) += aty/ macmodes.o
+obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o
obj-$(CONFIG_FB_RADEON) += aty/
obj-$(CONFIG_FB_SIS) += sis/
obj-$(CONFIG_FB_KYRO) += kyro/