Mercurial > mplayer.hg
comparison drivers/radeon/Makefile @ 2870:f46c5556f1e6
radeon_vid: it's in first pre-alpha stage
Note: it's not public release and not test version.
It's simplest commit of unfinished and not working stuff
in hope to attract other developer to this driver.
(What is good: this driver is removable from driver list
and doesn't cause segfault !!!)
author | nick |
---|---|
date | Tue, 13 Nov 2001 17:20:47 +0000 |
parents | d323a65c8f6b |
children | 3c5ad8d5ac00 |
comparison
equal
deleted
inserted
replaced
2869:107d9e9e5bd1 | 2870:f46c5556f1e6 |
---|---|
11 -fomit-frame-pointer -fno-strict-aliasing -fno-common\ | 11 -fomit-frame-pointer -fno-strict-aliasing -fno-common\ |
12 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h | 12 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h |
13 AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS) | 13 AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS) |
14 | 14 |
15 | 15 |
16 all: radeonfb.o | 16 all: radeonfb.o radeon_vid.o |
17 | 17 |
18 radeonfb.o: radeonfb.c radeon.h | 18 radeonfb.o: radeonfb.c radeon.h |
19 $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c | |
20 radeon_vid.o: radeon_vid.c radeon.h radeon_vid.h | |
19 $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c | 21 $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c |
20 | 22 |
21 dep: | 23 dep: |
22 | 24 |
23 clean: | 25 clean: |