Print this page
NEX-9559 remove nza-closed cruft
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
5773 Extra pointless steps in kernel module builds
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Rich Lowe <richlowe@richlowe.net>
Adding AoE support to nza-kernel
8226 nza-kernel needs to be buildable by itself
Re #6790 backspace should perform delete on console
VAAI (XXX ATS support for COMSTAR, YYY Block-copy support for COMSTAR)


   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
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  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 (c) 2011 Bayard G. Bell. All rights reserved.
  25 # Copyright (c) 2011 by Delphix. All rights reserved.

  26 # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  27 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  28 #
  29 
  30 #
  31 #       This Makefile contains the common targets and definitions for
  32 #       all kernels. It is to be included in the Makefiles for specific
  33 #       implementation architectures and processor architecture dependent
  34 #       modules: i.e.: all driving kernel Makefiles.
  35 #
  36 #       Include global definitions:
  37 #
  38 include $(SRC)/Makefile.master
  39 
  40 #
  41 #       No text domain in the kernel.
  42 #
  43 DTEXTDOM =
  44 
  45 #




   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
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  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 (c) 2011 Bayard G. Bell. All rights reserved.
  25 # Copyright (c) 2011 by Delphix. All rights reserved.
  26 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  27 # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  28 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  29 #
  30 
  31 #
  32 #       This Makefile contains the common targets and definitions for
  33 #       all kernels. It is to be included in the Makefiles for specific
  34 #       implementation architectures and processor architecture dependent
  35 #       modules: i.e.: all driving kernel Makefiles.
  36 #
  37 #       Include global definitions:
  38 #
  39 include $(SRC)/Makefile.master
  40 
  41 #
  42 #       No text domain in the kernel.
  43 #
  44 DTEXTDOM =
  45 
  46 #