Makefile.files (1767006bb066ef500b90b432fba79d63d0d09b36) Makefile.files (3c9168fa8e9c30d55b3aa2fde74bd7da46df53f5)
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

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

19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2012 Joyent, Inc. All rights reserved.
25# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
26# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
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

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

19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2012 Joyent, Inc. All rights reserved.
25# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
26# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
27# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
27# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
28#
29
30#
31# This Makefile defines all file modules for the directory uts/common
32# and its children. These are the source files which may be considered
33# common to all SunOS systems.
34
35i386_CORE_OBJS += \

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

1858VR_OBJS += vr.o
1859
1860ATGE_OBJS += atge_main.o atge_l1e.o atge_mii.o atge_l1.o atge_l1c.o
1861
1862YGE_OBJS = yge.o
1863
1864SKD_OBJS = skd.o
1865
28#
29
30#
31# This Makefile defines all file modules for the directory uts/common
32# and its children. These are the source files which may be considered
33# common to all SunOS systems.
34
35i386_CORE_OBJS += \

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

1858VR_OBJS += vr.o
1859
1860ATGE_OBJS += atge_main.o atge_l1e.o atge_mii.o atge_l1.o atge_l1c.o
1861
1862YGE_OBJS = yge.o
1863
1864SKD_OBJS = skd.o
1865
1866NVME_OBJS = nvme.o
1867
1866#
1867# Build up defines and paths.
1868#
1869LINT_DEFS += -Dunix
1870
1871#
1872# This duality can be removed when the native and target compilers
1873# are the same (or at least recognize the same command line syntax!)

--- 259 unchanged lines hidden ---
1868#
1869# Build up defines and paths.
1870#
1871LINT_DEFS += -Dunix
1872
1873#
1874# This duality can be removed when the native and target compilers
1875# are the same (or at least recognize the same command line syntax!)

--- 259 unchanged lines hidden ---