summaryrefslogtreecommitdiffstats
path: root/sys/modules/drm/r128/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files.
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportimp2015-01-031-1/+0
| | | | | | | | CWARNFALGS.$file centrally so we don't have to have it in all the places. Remove a few warning flags that are no longer needed. Also, always use -Wno-unknown-pragma to (hopefully temporarily) work around #pragma ident in debug.h in the opensolaris code. Remove some stale warning suppression that's no longer necessary.
* Extend dim's hack from r228978: not only clang but gcc on non-x86 platformsnwhitehorn2012-10-281-2/+2
| | | | | | warns about unused variables in this code, so always add -Wno-unused to the warning flags. Why gcc on x86 *doesn't* warn about this, I will never know. The code itself should probably be fixed at some point.
* For several files in sys/dev/drm, disable -Wunused-value when buildingdim2011-12-301-0/+4
| | | | | | | | | with clang. There are several macros in these files that return values, and in some cases nothing is done with them, but it is completely harmless. For some other files, also disable -Wconstant-conversion, since that triggers a false positive with the DMA_BIT_MASK() macro. MFC after: 1 week
* bsd.kmod.mk does not deal with manpages anymore.ru2004-01-131-1/+0
|
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-1/+1
| | | | | | | included in XFree86 4.3, but includes some fixes. Notable changes include Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform & lighting support for Radeons, and vblank syncing support for r128, radeon, and mga. The gamma driver was removed due to lack of any users.
* Zap KMODDEPS entries so that people do not wonder why it isn't working onpeter2002-05-011-1/+0
| | | | | | -current. Apolgies to: anhold
* Hook the DRM up to the build and add it to NOTES.anholt2002-04-281-1/+1
| | | | Approved by: des
* Add makefiles for DRM modulesanholt2002-04-271-0/+10
Approved by: des
OpenPOWER on IntegriCloud