Makefile (bb25c06c) Makefile (f4b3ec61)
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

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

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# uts/intel/spdsock/Makefile
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

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

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# uts/intel/spdsock/Makefile
23# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26#ident "%Z%%M% %I% %E% SMI"
27#
28# This makefile drives the production of the spdsock driver
29# kernel module.
30#
31# intel implementation architecture dependent

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

87lint: $(LINT_DEPS)
88
89modlintlib: $(MODLINTLIB_DEPS)
90
91clean.lint: $(CLEAN_LINT_DEPS)
92
93install: $(INSTALL_DEPS)
94
24# Use is subject to license terms.
25#
26#ident "%Z%%M% %I% %E% SMI"
27#
28# This makefile drives the production of the spdsock driver
29# kernel module.
30#
31# intel implementation architecture dependent

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

87lint: $(LINT_DEPS)
88
89modlintlib: $(MODLINTLIB_DEPS)
90
91clean.lint: $(CLEAN_LINT_DEPS)
92
93install: $(INSTALL_DEPS)
94
95sis_check: sis_check.obj
96sis_check.obj: $(ALL_DEPS)
97 @$(GREP) -v '#' $(MODULE).objt-symbols.obj64 |$(GREP) . |$(SORT) -u \
98 > $(MODULE).symbols.tmp
99 @$(NM) obj64/$(MODULE) |$(GREP) OBJT |$(GREP) -v UNDEF | \
100 $(CUT) -d'|' -f8 |$(SORT) -u > $(MODULE).symbols.tmp.new
101 -@$(DIFF) $(MODULE).symbols.tmp $(MODULE).symbols.tmp.new
102
95#
96# Include common targets.
97#
98include $(UTSBASE)/intel/Makefile.targ
103#
104# Include common targets.
105#
106include $(UTSBASE)/intel/Makefile.targ