Makefile (f8d2de6b) 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#

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

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/sun4u/px/Makefile
24#
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#

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

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/sun4u/px/Makefile
24#
25# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
26# Use is subject to license terms.
27#
28#ident "%Z%%M% %I% %E% SMI"
29#
30# This makefile drives the production of the pci driver kernel module
31#
32# sun4u implementation architecture dependent
33#

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

71#
72# Turn on doubleword alignment for 64 bit registers
73#
74CFLAGS += -dalign
75
76#
77# Dependency
78#
26# Use is subject to license terms.
27#
28#ident "%Z%%M% %I% %E% SMI"
29#
30# This makefile drives the production of the pci driver kernel module
31#
32# sun4u implementation architecture dependent
33#

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

71#
72# Turn on doubleword alignment for 64 bit registers
73#
74CFLAGS += -dalign
75
76#
77# Dependency
78#
79LDFLAGS += -dy -Nmisc/busra -Nmisc/pcie
79LDFLAGS += -dy -Nmisc/busra -Nmisc/pcie -Nmisc/pcihp -Nmisc/pciehpc
80
81#
82# Default build targets.
83#
84.KEEP_STATE:
85
86def: $(DEF_DEPS)
87

--- 18 unchanged lines hidden ---
80
81#
82# Default build targets.
83#
84.KEEP_STATE:
85
86def: $(DEF_DEPS)
87

--- 18 unchanged lines hidden ---