Home | History | Annotate | Line # | Download | only in radeondrm
Makefile revision 1.11
      1  1.11       mrg # $NetBSD: Makefile,v 1.11 2019/02/04 04:05:16 mrg Exp $
      2   1.1  jmcneill 
      3   1.5     pooka .include "../Makefile.inc"
      4   1.5     pooka 
      5   1.6      tron .PATH:	${S}/external/bsd/drm/dist/bsd-core
      6   1.6      tron .PATH:	${S}/external/bsd/drm/dist/shared-core
      7   1.1  jmcneill 
      8   1.1  jmcneill KMOD=   radeondrm
      9   1.9  jmcneill IOCONF=	radeondrm.ioconf
     10   1.1  jmcneill 
     11   1.7       mrg SRCS=	radeon_drv.c
     12   1.1  jmcneill SRCS+=	r300_cmdbuf.c
     13   1.7       mrg SRCS+=	r600_cp.c
     14   1.8       mrg SRCS+=	r600_blit.c
     15   1.1  jmcneill SRCS+=	radeon_cp.c
     16   1.8       mrg SRCS+=	radeon_cs.c
     17   1.1  jmcneill SRCS+=	radeon_irq.c
     18   1.1  jmcneill SRCS+=	radeon_mem.c
     19   1.1  jmcneill SRCS+=	radeon_state.c
     20   1.1  jmcneill 
     21   1.6      tron CPPFLAGS+=	-I${S}/external/bsd/drm/dist/bsd-core \
     22   1.6      tron 		-I${S}/external/bsd/drm/dist/shared-core
     23   1.5     pooka 
     24  1.11       mrg .if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
     25  1.11       mrg COPTS.radeon_cs.c+=	-Wno-error=implicit-fallthrough
     26  1.11       mrg .endif
     27  1.11       mrg 
     28   1.1  jmcneill .include <bsd.kmodule.mk>
     29