trafgen-libs = $(shell pkg-config --libs libnl-3.0) \ $(shell pkg-config --libs libnl-genl-3.0) \ -lm trafgen-objs = xmalloc.o \ ioops.o \ privs.o \ proc.o \ dev.o \ irq.o \ link.o \ str.o \ sig.o \ sock.o \ mac80211.o \ ring_tx.o \ ring.o \ timer.o \ trafgen_lexer.yy.o \ trafgen_parser.tab.o \ trafgen.o trafgen-lex = trafgen_lexer.yy.o trafgen-yaac = trafgen_parser.tab.o >
summaryrefslogtreecommitdiff
path: root/drivers/media/pci/b2c2
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 23:43:08 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 23:52:53 -0300
commitb3f52608ba7b4c231621d7e4e9e1bfd8a390f910 (patch)
tree9420696f7e53a68f718b02b706b0ec0ed7f50b79 /drivers/media/pci/b2c2
parent0013ca8c52ba7bb1030ed75d6df7e58af0314018 (diff)
[media] b2c2: frontends/tuners are not needed at the bridge binding
The frontends/tuners are used inside the common part of the driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/b2c2')