summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/Makefile')
-rw-r--r--usr/src/uts/common/sys/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/Makefile b/usr/src/uts/common/sys/Makefile
index 3664f0096b..fed179dad1 100644
--- a/usr/src/uts/common/sys/Makefile
+++ b/usr/src/uts/common/sys/Makefile
@@ -96,6 +96,7 @@ CHKHDRS= \
bofi.h \
bofi_impl.h \
bpp_io.h \
+ bootbanner.h \
bootstat.h \
brand.h \
buf.h \
@@ -1135,6 +1136,9 @@ NXGEHDRS= \
nxge_virtual.h \
nxge_espc.h
+PLATHDRS= \
+ pci_prd.h
+
include Makefile.syshdrs
dcam/%.check: dcam/%.h
@@ -1202,7 +1206,8 @@ CHECKHDRS= \
$(I1394HDRS:%.h=1394/%.check) \
$(RSMHDRS:%.h=rsm/%.check) \
$(TSOLHDRS:%.h=tsol/%.check) \
- $(NXGEHDRS:%.h=nxge/%.check)
+ $(NXGEHDRS:%.h=nxge/%.check) \
+ $(PLATHDRS:%.h=plat/%.check)
.KEEP_STATE:
@@ -1242,6 +1247,7 @@ CHECKHDRS= \
$(ROOTTAVORHDRS) \
$(ROOTHERMONHDRS) \
$(ROOTMLNXHDRS) \
+ $(ROOTPLATHDRS) \
$(ROOTSCSIHDRS) \
$(ROOTSCSIADHDRS) \
$(ROOTSCSICONFHDRS) \
@@ -1310,6 +1316,7 @@ install_h: \
$(ROOTTAVORHDRS) \
$(ROOTHERMONHDRS) \
$(ROOTMLNXHDRS) \
+ $(ROOTPLATHDRS) \
$(ROOTSCSIHDRS) \
$(ROOTSCSIADHDRS) \
$(ROOTSCSIISCSIHDRS) \