diff options
author | Gordon Ross <gordon.w.ross@gmail.com> | 2016-10-09 21:32:00 -0400 |
---|---|---|
committer | Gordon Ross <gordon.w.ross@gmail.com> | 2016-11-22 21:55:24 -0500 |
commit | 34389f68da0422c10aa2f4edac7a44021b5f4cc8 (patch) | |
tree | d550d443cfc30cae3bb62ac452709ce28ff9a538 /usr/src/uts/Makefile | |
parent | 3db4bae91fbc905faf0dda171b7f985f72deef99 (diff) | |
download | illumos-gfx-drm-34389f68da0422c10aa2f4edac7a44021b5f4cc8.tar.gz |
Changes to build DRM on the updated illumos AGP support
Diffstat (limited to 'usr/src/uts/Makefile')
-rw-r--r-- | usr/src/uts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/Makefile b/usr/src/uts/Makefile index 04f58fe..88ef315 100644 --- a/usr/src/uts/Makefile +++ b/usr/src/uts/Makefile @@ -87,6 +87,7 @@ $($(MACH)_ARCHITECTURES): $(PREREQ_TARGET) FRC # isomorphic locations. # COMMON_HDRDIRS= \ + common/drm \ common/sys # |