From 455383db95618a05ebdbeae78423e08065f0e14e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 22 Apr 2008 18:04:31 +0100 Subject: [PATCH] Enable the epson kdrive driver Signed-off-by: Daniel Stone --- hw/kdrive/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am index 5803644d5..767e1c40d 100644 --- a/hw/kdrive/Makefile.am +++ b/hw/kdrive/Makefile.am @@ -1,10 +1,10 @@ if KDRIVEVESA -VESA_SUBDIRS = vesa ati chips epson i810 mach64 mga nvidia pm2 r128 \ +VESA_SUBDIRS = vesa ati chips i810 mach64 mga nvidia pm2 r128 \ smi via endif if BUILD_KDRIVEFBDEVLIB -FBDEV_SUBDIRS = fbdev +FBDEV_SUBDIRS = fbdev epson endif if XFAKESERVER