diff options
author | Keith Packard <keithp@keithp.com> | 2000-08-29 17:20:15 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-08-29 17:20:15 +0000 |
commit | 38059656849a5bab5b56b23359a90aca4ba396c7 (patch) | |
tree | 9f76ec3eb279d2324e66a886e0cb594399daf40e /hw/kdrive/trident/Imakefile | |
parent | 77331f967077ca2fefbfb117c7e9bc2bf65b5e31 (diff) |
Use VESA driver underneath
Diffstat (limited to 'hw/kdrive/trident/Imakefile')
-rw-r--r-- | hw/kdrive/trident/Imakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/kdrive/trident/Imakefile b/hw/kdrive/trident/Imakefile index f2456a214..e758276e0 100644 --- a/hw/kdrive/trident/Imakefile +++ b/hw/kdrive/trident/Imakefile @@ -6,7 +6,9 @@ SRCS = trident.c tridentdraw.c tridentcurs.c tridentstub.c OBJS = trident.o tridentdraw.o tridentcurs.o tridentstub.o -INCLUDES = -I.. -I../fbdev -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \ +DEFINES = -DVESA + +INCLUDES = -I.. -I../fbdev -I../vesa -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \ -I../../../fb -I../../../mi -I../../../include -I../../../os \ -I$(EXTINCSRC) -I$(XINCLUDESRC) |