Makefile.files (5e8715b93d1d651ab2805b5e6e98b17df49fa92f) | Makefile.files (e0724c534a46ca4754330bc022bf1e2a68f5bb93) |
---|---|
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 --- 7 unchanged lines hidden (view full) --- 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. 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 --- 7 unchanged lines hidden (view full) --- 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. |
24# Copyright 2011 Nexenta Systems, Inc. All rights reserved. | 24# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved. |
25# Copyright (c) 2012 by Delphix. All rights reserved. 26# 27 28# 29# This Makefile defines all file modules for the directory uts/common 30# and its children. These are the source files which may be considered 31# common to all SunOS systems. 32 --- 1906 unchanged lines hidden (view full) --- 1939 npi_txdma.o npi_rxdma.o npi_txc.o \ 1940 npi_zcp.o npi_espc.o npi_fflp.o \ 1941 npi_vir.o 1942 1943NXGE_HCALL_OBJS = \ 1944 nxge_hcall.o 1945 1946# | 25# Copyright (c) 2012 by Delphix. All rights reserved. 26# 27 28# 29# This Makefile defines all file modules for the directory uts/common 30# and its children. These are the source files which may be considered 31# common to all SunOS systems. 32 --- 1906 unchanged lines hidden (view full) --- 1939 npi_txdma.o npi_rxdma.o npi_txc.o \ 1940 npi_zcp.o npi_espc.o npi_fflp.o \ 1941 npi_vir.o 1942 1943NXGE_HCALL_OBJS = \ 1944 nxge_hcall.o 1945 1946# |
1947# Virtio modules 1948# 1949 1950# Virtio core 1951VIRTIO_OBJS = virtio.o 1952 1953# |
|
1947# kiconv modules 1948# 1949KICONV_EMEA_OBJS += kiconv_emea.o 1950 1951KICONV_JA_OBJS += kiconv_ja.o 1952 1953KICONV_KO_OBJS += kiconv_cck_common.o kiconv_ko.o 1954 --- 64 unchanged lines hidden --- | 1954# kiconv modules 1955# 1956KICONV_EMEA_OBJS += kiconv_emea.o 1957 1958KICONV_JA_OBJS += kiconv_ja.o 1959 1960KICONV_KO_OBJS += kiconv_cck_common.o kiconv_ko.o 1961 --- 64 unchanged lines hidden --- |