Mercurial > mplayer.hg
comparison drivers/radeon/Makefile @ 3940:db3a8c95bcf7
Added support of Radeon2 8500 AIW
Ugly fix (from non-x86 point) of FPU problems for Radeons color correction
Added checking of boundaries during color correction on Radeon
author | nick |
---|---|
date | Wed, 02 Jan 2002 09:37:37 +0000 |
parents | ff90589b635f |
children | b69ddd4d3bb9 |
comparison
equal
deleted
inserted
replaced
3939:6b31db273596 | 3940:db3a8c95bcf7 |
---|---|
11 # | 11 # |
12 | 12 |
13 CPPFLAGS := -D__KERNEL__ -I$(KERNEL_INCLUDES) | 13 CPPFLAGS := -D__KERNEL__ -I$(KERNEL_INCLUDES) |
14 | 14 |
15 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ | 15 CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ |
16 -fomit-frame-pointer -fno-strict-aliasing -fno-common\ | 16 -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math\ |
17 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h | 17 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h |
18 AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS) | 18 AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS) |
19 | 19 |
20 | 20 |
21 all: radeonfb.o radeon_vid.o rage128_vid.o | 21 all: radeonfb.o radeon_vid.o rage128_vid.o |