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/sun4v/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/sun4v/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 px driver kernel module.
31# sun4v implementation architecture dependent
32#
33#

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

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

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

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

--- 17 unchanged lines hidden ---
82
83# Default build targets.
84#
85.KEEP_STATE:
86
87def: $(DEF_DEPS)
88
89all: $(ALL_DEPS)

--- 17 unchanged lines hidden ---