Deleted Added
sdiff udiff text old ( 254885 ) new ( 259016 )
full compact
1# $FreeBSD: head/sys/modules/drm2/radeonkms/Makefile 259016 2013-12-05 22:38:53Z ray $
2
3.PATH: ${.CURDIR}/../../../dev/drm2/radeon
4
5KMOD = radeonkms
6SRCS = \
7 rn50_reg_safe.h \
8 r100_reg_safe.h \
9 r200_reg_safe.h \

--- 81 unchanged lines hidden (view full) ---

91#--radeon_trace_points.c
92
93SRCS += \
94 opt_acpi.h \
95 opt_compat.h \
96 opt_drm.h \
97 acpi_if.h \
98 bus_if.h \
99 fb_if.h \
100 device_if.h \
101 iicbb_if.h \
102 iicbus_if.h \
103 pci_if.h
104
105CFLAGS += -I${.CURDIR}/../../../dev/drm2/radeon \
106 -fms-extensions
107
108.include <bsd.kmod.mk>