Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1271379
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] [MEDIA] dvb: usb: fix dib3000mc dependencies |
| Date | 2015-11-17 17:30 +0100 |
| Message-ID | <qvRiN-7og-1@gated-at.bofh.it> (permalink) |
| References | <qvR97-7kN-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tuesday 17 November 2015 17:17:39 Arnd Bergmann wrote: > The dibusb_read_eeprom_byte function is defined in dibusb-common.c, > but that file is not compiled for CONFIG_DVB_USB_DIBUSB_MB as it > is for the other driver using the common functions, so we can > get a link error: > > drivers/built-in.o: In function `dibusb_dib3000mc_tuner_attach': > (.text+0x2c5124): undefined reference to `dibusb_read_eeprom_byte' > (.text+0x2c5134): undefined reference to `dibusb_read_eeprom_byte' > > This changes the Makefile to treat the file like all the others > in this directory, and enforce building dvb-usb-dibusb-common.o > as a dependency. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > I just realized that this depends on another patch I've sent back in April, so that is probably no longer in the patch queue. Please disregard for now. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] [MEDIA] dvb: usb: fix dib3000mc dependencies Arnd Bergmann <arnd@arndb.de> - 2015-11-17 17:20 +0100
Re: [PATCH] [MEDIA] dvb: usb: fix dib3000mc dependencies Arnd Bergmann <arnd@arndb.de> - 2015-11-17 17:30 +0100
Re: [PATCH] [MEDIA] dvb: usb: fix dib3000mc dependencies Mauro Carvalho Chehab <mchehab@osg.samsung.com> - 2015-11-17 20:10 +0100
csiph-web