Print this page
4057 Add sfxge support
Contributed by: Solarflare Communications Inc.
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andrew Rybchenko <arybchenko@solarflare.com>
Approved by: TBD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.rules
          +++ new/usr/src/uts/common/Makefile.rules
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  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      -# Copyright 2013 Garrett D'Amore <garrett@damore.org>
       24 +# Copyright 2016 Garrett D'Amore <garrett@damore.org>
  25   25  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  26   26  # Copyright 2013 Saso Kiselkov. All rights reserved.
  27   27  #
  28   28  
  29   29  #
  30   30  # uts/common/Makefile.rules
  31   31  #
  32   32  #       This Makefile defines all the file build rules for the directory
  33   33  # uts/common and its children. These are the source files which may
  34   34  # be considered common to all SunOS systems.
↓ open down ↓ 1400 lines elided ↑ open up ↑
1435 1435          $(CTFCONVERT_O)
1436 1436  
1437 1437  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vr/%.c
1438 1438          $(COMPILE.c) -o $@ $<
1439 1439          $(CTFCONVERT_O)
1440 1440  
1441 1441  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/yge/%.c
1442 1442          $(COMPILE.c) -o $@ $<
1443 1443          $(CTFCONVERT_O)
1444 1444  
     1445 +$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/sfxge/%.c
     1446 +        $(COMPILE.c) -o $@ $<
     1447 +        $(CTFCONVERT_O)
     1448 +
     1449 +$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/sfxge/common/%.c
     1450 +        $(COMPILE.c) -o $@ $<
     1451 +        $(CTFCONVERT_O)
     1452 +
1445 1453  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/skd/%.c
1446 1454          $(COMPILE.c) -o $@ $<
1447 1455          $(CTFCONVERT_O)
1448 1456  
1449 1457  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/virtio/%.c
1450 1458          $(COMPILE.c) -o $@ $<
1451 1459          $(CTFCONVERT_O)
1452 1460  
1453 1461  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vioblk/%.c
1454 1462          $(COMPILE.c) -o $@ $<
↓ open down ↓ 1294 lines elided ↑ open up ↑
2749 2757  
2750 2758  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/tpm/%.s
2751 2759          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2752 2760  
2753 2761  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vr/%.c
2754 2762          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2755 2763  
2756 2764  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/yge/%.c
2757 2765          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2758 2766  
     2767 +$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sfxge/%.c
     2768 +        @($(LHEAD) $(LINT.c) $< $(LTAIL))
     2769 +
     2770 +$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sfxge/common/%.c
     2771 +        @($(LHEAD) $(LINT.c) $< $(LTAIL))
     2772 +
2759 2773  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/skd/%.c
2760 2774          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2761 2775  
2762 2776  $(LINTS_DIR)/%.ln:              $(COMMONBASE)/fsreparse/%.c
2763 2777          @($(LHEAD) $(LINT.c) $< $(LTAIL))
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX