diff options
author | Keith Packard <keithp@keithp.com> | 2003-10-04 02:43:16 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-10-04 02:43:16 +0000 |
commit | aae3e6dcb3d72eba6d7d8d99079782ed1bfe63bd (patch) | |
tree | 4af263f9aeec9b0c34eb92932ad0fbbdaeb8a928 /hw/kdrive/Makefile.am | |
parent | efbf205a2ac4792b71d39f8fe3ef3b1cf12697c0 (diff) |
configure.ac Makefile.am os/oscolor.c Xext/saver.c Xext/Makefile.am
hw/kdrive/linux/ts.c hw/kdrive/src/Makefile.am hw/kdrive/src/kdrive.h
hw/kdrive/src/kinput.c hw/kdrive/src/kmap.c Autodetect VM86 (for vesa),
AGPGART, APM, MTRR, tslib and handhelds.org touch screen. Add
USE_RGB_BUILTIN and code for fileless RGB database. Add
MIT-SCREEN-SAVER
Diffstat (limited to 'hw/kdrive/Makefile.am')
-rw-r--r-- | hw/kdrive/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am index ee8b3fb0b..877a6ca34 100644 --- a/hw/kdrive/Makefile.am +++ b/hw/kdrive/Makefile.am @@ -1,11 +1,9 @@ if KDRIVEVESA -VESA_SUBDIRS = vesa mach64 +VESA_SUBDIRS = vesa mach64 mga smi endif SUBDIRS = \ src \ linux \ fbdev \ - mga \ - smi \ $(VESA_SUBDIRS) |