diff options
author | Robert Noland <rnoland@wombat.2hip.net> | 2008-06-03 21:15:54 -0400 |
---|---|---|
committer | Robert Noland <rnoland@wombat.2hip.net> | 2008-06-08 13:56:14 -0400 |
commit | 116870a908edd8da02381d23694b321e8878f92e (patch) | |
tree | bd1d66f3d71bbf028bc9acc352e01311c07d0670 /bsd-core/i915 | |
parent | d43f3cb0974b635c1a31b839807e5a691c44b4c6 (diff) |
I915 suspend/resume for FreeBSD
Diffstat (limited to 'bsd-core/i915')
-rw-r--r-- | bsd-core/i915/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-core/i915/Makefile b/bsd-core/i915/Makefile index 6fd7d728..f88155a5 100644 --- a/bsd-core/i915/Makefile +++ b/bsd-core/i915/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/.. KMOD = i915 NO_MAN = YES -SRCS = i915_dma.c i915_drv.c i915_irq.c i915_mem.c +SRCS = i915_dma.c i915_drv.c i915_irq.c i915_mem.c i915_suspend.c SRCS += device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS += ${DEBUG_FLAGS} -I. -I.. |