diff options
Diffstat (limited to 'hw/kdrive/Makefile.am')
-rw-r--r-- | hw/kdrive/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am deleted file mode 100644 index aed7543d5..000000000 --- a/hw/kdrive/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -if KDRIVEVESA -VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi chips pm2 via neomagic -endif - -if KDRIVEFBDEV -FBDEV_SUBDIRS = fbdev -endif - -if XSDLSERVER -XSDL_SUBDIRS=sdl -endif - -if XEPHYR -XEPHYR_SUBDIRS = ephyr -endif - -SUBDIRS = \ - src \ - linux \ - $(XSDL_SUBDIRS) \ - $(FBDEV_SUBDIRS) \ - $(VESA_SUBDIRS) \ - $(XEPHYR_SUBDIRS) \ - ati \ - fake \ - ephyr \ - i810 \ - epson |