blob: 7141bbfdae04aaeb8514c6feb8f417bb8c003f0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# uts/sun4u/seattle/Makefile.files
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
# This Makefile defines all file modules for the directory
# uts/sun4u/seattle and it's children. These are the source files
# which are sun4u "implementation architecture" dependent.
#
#
# object lists
#
# Seattle specific driver module
#
#
# Miscellaneous
#
INC_PATH += -I$(UTSBASE)/sun4u/seattle
|