repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ACPI: disable ACPI cleanly when bad RSDP found
[linux-2.6/mini2440.git]
/
drivers
/
video
/
riva
/
Makefile
blob
8898c9915b022eb15582f1e0599e386a59ba3a76
1
#
2
# Makefile for the Riva framebuffer driver
3
#
4
5
obj-
$(
CONFIG_FB_RIVA
) +=
rivafb.o
6
7
rivafb-objs
:=
fbdev.o riva_hw.o nv_driver.o
8
9
ifdef
CONFIG_FB_RIVA_I2C
10
rivafb-objs
+=
rivafb-i2c.o
11
endif