diff options
| author | christos <christos@NetBSD.org> | 2015-08-21 09:10:48 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-08-21 09:10:48 +0000 |
| commit | 3cec44de8be11aa74d8a1ebb7b204823c712d522 (patch) | |
| tree | 9ec28176927197dad0494bc065bf2272013b3054 /sys/modules | |
| parent | 2d80ab148d1791ae6f14840f3d5816bcca8bd060 (diff) | |
consistency with: src/sys/external/bsd/drm2/i915drm/files.i915drmkms
so that we can build again
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/i915drmkms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/i915drmkms/Makefile b/sys/modules/i915drmkms/Makefile index c99f2c53f69..cb2726bf5c2 100644 --- a/sys/modules/i915drmkms/Makefile +++ b/sys/modules/i915drmkms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/11/13 16:37:39 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2015/08/21 09:10:48 christos Exp $ .include "../Makefile.inc" .include "../drmkms/Makefile.inc" @@ -77,7 +77,8 @@ COPTS.intel_display.c+= -Wno-shadow -Wno-conversion COPTS.intel_panel.c+= -Wno-shadow COPTS.intel_pm.c+= -Wno-shadow -CPPFLAGS+= -DCONFIG_DRM_I915_FBDEV +CPPFLAGS+= -DCONFIG_DRM_I915_FBDEV=1 +CPPFLAGS+= -DCONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=0 CPPFLAGS+= -DNACPICA=1 CPPFLAGS+= -DNVGA=1 |
