diff options
| author | Gordon Ross <gordon.w.ross@gmail.com> | 2016-10-09 19:35:52 -0400 |
|---|---|---|
| committer | Gordon Ross <gordon.w.ross@gmail.com> | 2016-11-22 21:55:16 -0500 |
| commit | 3db4bae91fbc905faf0dda171b7f985f72deef99 (patch) | |
| tree | 24d8eda14ad41733d85caccdc1792d62288e777d /usr/src/uts/common/sys/Makefile | |
| parent | c9e5ece4570cc1b594bf3b5092f38afea4a4e25d (diff) | |
| download | illumos-gfx-drm-3db4bae91fbc905faf0dda171b7f985f72deef99.tar.gz | |
Update AGP interfaces for new DRM
Diffstat (limited to 'usr/src/uts/common/sys/Makefile')
| -rw-r--r-- | usr/src/uts/common/sys/Makefile | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/Makefile b/usr/src/uts/common/sys/Makefile index 40ba9fb..c43bcf2 100644 --- a/usr/src/uts/common/sys/Makefile +++ b/usr/src/uts/common/sys/Makefile @@ -34,7 +34,15 @@ FILEMODE=644 # unix_bb_info.h: Private interface to kcov # -i386_HDRS= +i386_HDRS= \ + agp/agpamd64gart_io.h \ + agp/agpdefs.h \ + agp/agpgart_impl.h \ + agp/agpmaster_io.h \ + agp/agptarget_io.h \ + agpgart.h \ + gfx_private.h + sparc_HDRS= # Generated headers @@ -49,7 +57,7 @@ HDRS= $(GENHDRS) $(CHKHDRS) # from Makefile.syshdrs ROOTDIR= $(ROOT)/usr/include/sys sparc_ROOTDIRS= -i386_ROOTDIRS= +i386_ROOTDIRS= $(ROOTDIR)/agp sparc_ROOTHDRS= i386_ROOTHDRS= @@ -61,9 +69,15 @@ ROOTHDRS= \ $($(MACH)_HDRS:%=$(ROOTDIR)/%) \ $(HDRS:%=$(ROOTDIR)/%) +agp/%.check: agp/%.h + $(DOT_H_CHECK) + $(ROOTDIR)/%: % $(INS.file) +$(ROOTDIR)/agp/%: agp/% + $(INS.file) + $(ROOTDIRS): $(INS.dir) |
