projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-updates...
[linux-2.6]
/
drivers
/
media
/
video
/
hdpvr
/
Makefile
1
hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o
2
3
hdpvr-$(CONFIG_I2C) += hdpvr-i2c.o
4
5
obj-$(CONFIG_VIDEO_HDPVR) += hdpvr.o
6
7
EXTRA_CFLAGS += -Idrivers/media/video
8
9
EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m)