mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-17 04:18:07 +02:00
-rawcoord option to not transform mice on rotate, fix mtrr to use
power-of-two size, add a few vesa options
13 lines
322 B
Text
13 lines
322 B
Text
XCOMM $RCSId: $
|
|
KDRIVE=..
|
|
#include "../Kdrive.tmpl"
|
|
|
|
SRCS = pcmcia.c pcmciacurs.c pcmciastub.c pcmciashadow.c pcmciarotate.c
|
|
|
|
OBJS = pcmcia.o pcmciacurs.o pcmciastub.o pcmciashadow.o pcmciarotate.o
|
|
|
|
INCLUDES = -I. $(KDINCS) -I$(KDRIVE)/fbdev
|
|
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(pcmcia,$(OBJS))
|
|
DependTarget()
|