summaryrefslogtreecommitdiff
path: root/sys/modules/radeondrm/Makefile
AgeCommit message (Collapse)Author
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of the older style more complex expressions.
2021-06-03build the drmkms modules with -fwrapv toonia
2019-11-11Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)joerg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin
explicitly set WARNS for modules that fail with WARNS=5. Also, turn on -Wno-missing-noreturn for clang for some files. At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5 Discussed on tech-kern.
2019-02-04- use -Wno-error=implicit-fallthrough with GCC7.mrg
2011-08-28Split out ati_pcigart into a separate module so it can be shared with r128drmjmcneill
2011-08-28set default WARNS for modules to 3 -- the only one that needs < 3 now is pfjmcneill
2010-05-27add r600_blit.c and radeon_cs.c.mrg
2009-06-22add a couple of missing files. pointed out by tron.mrg
2009-06-22Fix modules build after update of drm(4).tron
2008-10-15Revert revivesa merge botch to fix build.pooka
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-07-08Fix build of the i915drm and radeondrm modules after the #include changesjmmv
from <dev/drm/drm{,P}.h> to "drm{,P}.h" by mrg@.
2008-05-19Fix build.tnn
2008-05-18Makefile for building radeondrm kmodjmcneill