Makefile (7c478bd9) Makefile (b65731f1)
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# uts/sparc/pcihp/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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

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

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

66# Overrides
67#
68MODSTUBS_DIR = $(OBJS_DIR)
69$(MODSTUBS_O) := AS_CPPFLAGS += -DPCIHP_MODULE
70CLEANFILES += $(MODSTUBS_O)
71
72#
73# Dependency
25# Use is subject to license terms.
26#
27#pragma ident "%Z%%M% %I% %E% SMI"
28#
29# This makefile drives the production of the kernel/misc/pcihp module
30# for PCI hotplug support in PCI nexus drivers.
31#
32# sparc implementation architecture dependent

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

66# Overrides
67#
68MODSTUBS_DIR = $(OBJS_DIR)
69$(MODSTUBS_O) := AS_CPPFLAGS += -DPCIHP_MODULE
70CLEANFILES += $(MODSTUBS_O)
71
72#
73# Dependency
74LDFLAGS += -dy -Nmisc/busra -Nmisc/hpcsvc -Nmisc/pcicfg
74LDFLAGS += -dy -Nmisc/busra -Nmisc/hpcsvc -Nmisc/pcicfg.e
75
76#
77# Default build targets.
78#
79.KEEP_STATE:
80
81def: $(DEF_DEPS)
82

--- 18 unchanged lines hidden ---
75
76#
77# Default build targets.
78#
79.KEEP_STATE:
80
81def: $(DEF_DEPS)
82

--- 18 unchanged lines hidden ---