Print this page
Overlay fabric router

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.files
          +++ new/usr/src/uts/common/Makefile.files
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2011, 2014 by Delphix. All rights reserved.
  25   25  # Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  26   26  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  27   27  # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  28      -# Copyright 2017 Joyent, Inc.
       28 +# Copyright 2018 Joyent, Inc.
  29   29  # Copyright 2016 OmniTI Computer Consulting, Inc.  All rights reserved.
  30   30  # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  31   31  #
  32   32  
  33   33  #
  34   34  # This Makefile defines all file modules for the directory uts/common
  35   35  # and its children. These are the source files which may be considered
  36   36  # common to all SunOS systems.
  37   37  
  38   38  i386_CORE_OBJS += \
↓ open down ↓ 651 lines elided ↑ open up ↑
 690  690  
 691  691  NET80211_OBJS += net80211.o net80211_proto.o net80211_input.o \
 692  692                   net80211_output.o net80211_node.o net80211_crypto.o \
 693  693                   net80211_crypto_none.o net80211_crypto_wep.o net80211_ioctl.o \
 694  694                   net80211_crypto_tkip.o net80211_crypto_ccmp.o  \
 695  695                   net80211_ht.o net80211_amrr.o
 696  696  
 697  697  VNIC_OBJS +=    vnic_ctl.o vnic_dev.o
 698  698  
 699  699  OVERLAY_OBJS += overlay.o overlay_fm.o overlay_mux.o overlay_plugin.o \
 700      -                overlay_prop.o overlay_target.o
      700 +                overlay_prop.o overlay_target.o overlay_router.o
 701  701  
 702  702  OVERLAY_VXLAN_OBJS +=   overlay_vxlan.o
 703  703  
 704  704  VND_OBJS +=     vnd.o frameio.o
 705  705  
 706  706  GSQUEUE_OBJS += gsqueue.o
 707  707  
 708  708  SIMNET_OBJS +=  simnet.o
 709  709  
 710  710  IB_OBJS +=      ibnex.o ibnex_ioctl.o ibnex_hca.o
↓ open down ↓ 1618 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX