Print this page
11630 remove checks for 64-bit capable hardware

Split Close
Expand all
Collapse all
          --- old/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/sun4/Makefile
          +++ new/usr/src/psm/stand/lib/promif/sparcv9/ieee1275/sun4/Makefile
↓ 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  # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
       24 +# Copyright 2019 Peter Tribble.
  24   25  #
  25   26  # psm/stand/boot/sparcv9/ieee1275/sun4u/Makefile
  26   27  #
  27   28  #
  28   29  TOPDIR =        ../../../../../../..
  29   30  
  30   31  include $(TOPDIR)/Makefile.master
  31   32  include $(TOPDIR)/lib/Makefile.lib
  32   33  include $(TOPDIR)/psm/stand/lib/Makefile.lib
  33   34  include $(TOPDIR)/psm/Makefile.psm.64
↓ open down ↓ 15 lines elided ↑ open up ↑
  49   50          prom_getunum.c          \
  50   51          prom_heartbeat.c        \
  51   52          prom_idprom.c           \
  52   53          prom_init.c             \
  53   54          prom_macaddr.c          \
  54   55          prom_map.c              \
  55   56          prom_mem.c              \
  56   57          prom_mmu.c              \
  57   58          prom_retain.c           \
  58   59          prom_sparc.c            \
  59      -        prom_vercheck.c         \
  60   60          prom_vername.c
  61   61  
  62   62  KARCH =         sun4u
  63   63  MMU =           sfmmu
  64   64  
  65   65  OBJSDIR =       objs
  66   66  
  67   67  PLAT_POBJ =     $(PLAT_PFILES:%.c=$(OBJSDIR)/%.o)
  68   68  PLAT_PSUN4OBJ = $(PLAT_PSUN4FILES:%.c=$(OBJSDIR)/%.o)
  69   69  OBJS =          $(PLAT_POBJ) $(PLAT_PSUN4OBJ)
  70   70  L_OBJS =        $(OBJS:%.o=%.ln)
  71      -L_SRCS =        $(PLAT_PFILES:%=$(PLATDIR)/%)
  72      -L_SRCS +=       $(PLAT_PSUN4FILES:%=$(PLATSUN4DIR)/%)
       71 +L_SRCS =        $(PLAT_PFILES:%=$(PLATDIR)/%)
       72 +L_SRCS +=       $(PLAT_PSUN4FILES:%=$(PLATSUN4DIR)/%)
  73   73  
  74   74  ARCHOPTS=       -Dsun4u
  75   75  ASFLAGS =       -P -D__STDC__ -D_BOOT -D_ASM
  76   76  CPPDEFS =       $(ARCHOPTS) -D$(KARCH) -D_BOOT -D_KERNEL -D_MACHDEP
  77   77  CPPINCS =       -I. -I$(SYSDIR)/sun4 -I$(SYSDIR)/$(KARCH) -I$(SYSDIR)/$(MMU) \
  78   78                  -I$(SYSDIR)/sparc/v9 -I$(SYSDIR)/sparc \
  79   79                  -I$(SYSDIR)/sun -I$(SYSDIR)/common
  80   80  CPPFLAGS=       $(CPPDEFS) $(CPPINCS) $(CPPFLAGS.master)
  81   81  CFLAGS +=       $(CCVERBOSE)
  82   82  
↓ open down ↓ 59 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX