Makefile (2449e17f) Makefile (5cff7825)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 596 unchanged lines hidden (view full) ---

605 lom_io.h \
606 lom_priv.h \
607 lombus.h
608
609MDESCHDRS= \
610 mdesc.h \
611 mdesc_impl.h
612
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 596 unchanged lines hidden (view full) ---

605 lom_io.h \
606 lom_priv.h \
607 lombus.h
608
609MDESCHDRS= \
610 mdesc.h \
611 mdesc_impl.h
612
613CPUDRVHDRS= \
614 cpudrv.h
615
613CRYPTOHDRS= \
614 elfsign.h \
615 ioctl.h \
616 ioctladmin.h \
617 common.h \
618 impl.h \
619 spi.h \
620 api.h \

--- 350 unchanged lines hidden (view full) ---

971dcam/%.check: dcam/%.h
972 $(DOT_H_CHECK)
973
974CHECKHDRS= \
975 $($(MACH)_HDRS:%.h=%.check) \
976 $(AUDIOHDRS:%.h=audio/%.check) \
977 $(BSCHDRS:%.h=%.check) \
978 $(CHKHDRS:%.h=%.check) \
616CRYPTOHDRS= \
617 elfsign.h \
618 ioctl.h \
619 ioctladmin.h \
620 common.h \
621 impl.h \
622 spi.h \
623 api.h \

--- 350 unchanged lines hidden (view full) ---

974dcam/%.check: dcam/%.h
975 $(DOT_H_CHECK)
976
977CHECKHDRS= \
978 $($(MACH)_HDRS:%.h=%.check) \
979 $(AUDIOHDRS:%.h=audio/%.check) \
980 $(BSCHDRS:%.h=%.check) \
981 $(CHKHDRS:%.h=%.check) \
982 $(CPUDRVHDRS:%.h=%.check) \
979 $(CRYPTOHDRS:%.h=crypto/%.check) \
980 $(DCAMHDRS:%.h=dcam/%.check) \
981 $(IBHDRS:%.h=ib/%.check) \
982 $(IBDHDRS:%.h=ib/clients/ibd/%.check) \
983 $(IBTLHDRS:%.h=ib/ibtl/%.check) \
984 $(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \
985 $(IBNEXHDRS:%.h=ib/ibnex/%.check) \
986 $(IBMGTHDRS:%.h=ib/mgt/%.check) \

--- 155 unchanged lines hidden ---
983 $(CRYPTOHDRS:%.h=crypto/%.check) \
984 $(DCAMHDRS:%.h=dcam/%.check) \
985 $(IBHDRS:%.h=ib/%.check) \
986 $(IBDHDRS:%.h=ib/clients/ibd/%.check) \
987 $(IBTLHDRS:%.h=ib/ibtl/%.check) \
988 $(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \
989 $(IBNEXHDRS:%.h=ib/ibnex/%.check) \
990 $(IBMGTHDRS:%.h=ib/mgt/%.check) \

--- 155 unchanged lines hidden ---