Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330923
b: refs/heads/master
c: 1daae51
h: refs/heads/master
i:
  330921: a94dc7d
  330919: 06b2b93
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 6, 2012
1 parent 73ad02a commit 73a7e93
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79e8c7bebb467bbc3f2514d75bba669a3f354324
refs/heads/master: 1daae517b3a903177f79269c694c9a8fb4ddb0bb
26 changes: 22 additions & 4 deletions trunk/drivers/media/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,30 @@

media-objs := media-device.o media-devnode.o media-entity.o

#
# I2C drivers should come before other drivers, otherwise they'll fail
# when compiled as builtin drivers
#
obj-y += i2c/ tuners/
obj-$(CONFIG_DVB_CORE) += dvb-frontends/

#
# Now, let's link-in the media core
#
ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
obj-$(CONFIG_MEDIA_SUPPORT) += media.o
endif

obj-y += tuners/ common/ rc/ platform/
obj-y += i2c/ pci/ usb/ mmc/ firewire/ parport/
obj-$(CONFIG_VIDEO_DEV) += v4l2-core/
obj-$(CONFIG_DVB_CORE) += dvb-core/

# There are both core and drivers at RC subtree - merge before drivers
obj-y += rc/

#
# Finally, merge the drivers that require the core
#

obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ parport/
obj-$(CONFIG_VIDEO_DEV) += radio/

obj-$(CONFIG_VIDEO_DEV) += radio/ v4l2-core/
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb-frontends/

0 comments on commit 73a7e93

Please sign in to comment.