summaryrefslogtreecommitdiff
path: root/linux-core/r128_ioc32.c
AgeCommit message (Expand)Author
2007-06-05remove include of linux ioctl32.h from drm driversDave Airlie
2005-11-11whitespace align with kernelDave Airlie
2005-06-29fix some warnings from cross compilerDave Airlie
2005-06-29make r128/mga compile properly on sparc cross-compilerDave Airlie
2005-06-29add mga and r128 32/64 bitsDave Airlie
efined(DRM_DEBUG) DRM_DEBUG_OPT= "\#define DRM_DEBUG 1" .endif .if !defined(DRM_NOLINUX) DRM_LINUX_OPT= "\#define DRM_LINUX 1" .endif opt_drm.h: touch opt_drm.h echo $(DRM_DEBUG_OPT) >> opt_drm.h echo $(DRM_LINUX_OPT) >> opt_drm.h .include <bsd.kmod.mk>