Print this page
8299 It's time for the old AGP+DRM code to go


  24 # Copyright 2014, Joyent, Inc. All rights reserved.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 # Copyright 2013 Saso Kiselkov. All rights reserved.
  27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  28 # Copyright 2016 Nexenta Systems, Inc.
  29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  30 #
  31 
  32 include $(SRC)/uts/Makefile.uts
  33 
  34 FILEMODE=644
  35 
  36 #
  37 #       Note that the following headers are present in the kernel but
  38 #       neither installed or shipped as part of the product:
  39 #               cpuid_drv.h:            Private interface for cpuid consumers
  40 #               unix_bb_info.h:         Private interface to kcov
  41 #
  42 
  43 i386_HDRS=                      \
  44         agp/agpamd64gart_io.h   \
  45         agp/agpdefs.h           \
  46         agp/agpgart_impl.h      \
  47         agp/agpmaster_io.h      \
  48         agp/agptarget_io.h      \
  49         agpgart.h               \
  50         asy.h                   \
  51         fd_debug.h              \
  52         fdc.h                   \
  53         fdmedia.h               \
  54         firmload.h              \
  55         gfx_private.h           \
  56         mouse.h                 \
  57         ucode.h
  58 
  59 sparc_HDRS=                     \
  60         mouse.h                 \
  61         scsi/targets/ssddef.h   \
  62         $(MDESCHDRS)
  63 
  64 # Generated headers
  65 GENHDRS=                        \
  66         priv_const.h            \
  67         priv_names.h            \
  68         usb/usbdevs.h
  69 




  24 # Copyright 2014, Joyent, Inc. All rights reserved.
  25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26 # Copyright 2013 Saso Kiselkov. All rights reserved.
  27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  28 # Copyright 2016 Nexenta Systems, Inc.
  29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  30 #
  31 
  32 include $(SRC)/uts/Makefile.uts
  33 
  34 FILEMODE=644
  35 
  36 #
  37 #       Note that the following headers are present in the kernel but
  38 #       neither installed or shipped as part of the product:
  39 #               cpuid_drv.h:            Private interface for cpuid consumers
  40 #               unix_bb_info.h:         Private interface to kcov
  41 #
  42 
  43 i386_HDRS=                      \






  44         asy.h                   \
  45         fd_debug.h              \
  46         fdc.h                   \
  47         fdmedia.h               \
  48         firmload.h              \
  49         gfx_private.h           \
  50         mouse.h                 \
  51         ucode.h
  52 
  53 sparc_HDRS=                     \
  54         mouse.h                 \
  55         scsi/targets/ssddef.h   \
  56         $(MDESCHDRS)
  57 
  58 # Generated headers
  59 GENHDRS=                        \
  60         priv_const.h            \
  61         priv_names.h            \
  62         usb/usbdevs.h
  63