Mercurial > mplayer.hg
changeset 22666:51e2dfc6aeb6
cosmetics: Remove superfluous comment.
author | diego |
---|---|
date | Sat, 17 Mar 2007 11:33:01 +0000 |
parents | e3591c911457 |
children | e1859558b37d |
files | drivers/radeon/Makefile |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/radeon/Makefile Sat Mar 17 11:32:02 2007 +0000 +++ b/drivers/radeon/Makefile Sat Mar 17 11:33:01 2007 +0000 @@ -4,10 +4,6 @@ KERNEL_VERSION=$(shell $(CONFIG_SHELL) 'uname -r') MOD_PATH=/lib/modules/$(KERNEL_VERSION)/kernel/drivers/video/ -# -# standard CFLAGS -# - CPPFLAGS := -D__KERNEL__ -DMODULE -I$(KERNEL_INCLUDES) CFLAGS := $(CPPFLAGS) -O2 \