~ubuntu-branches/ubuntu/vivid/linux-fsl-imx51/vivid

« back to all changes in this revision

Viewing changes to drivers/watchdog/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Andy Whitcroft, Amit Kucheria, Andy Whitcroft, Bryan Wu, Upstream Kernel Changes
  • Date: 2010-01-11 16:26:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100111162627-1q2fl9tcuwcywt1e
Tags: 2.6.31-602.4
[ Amit Kucheria ]

* Update to official 2.6.31 BSP release from Freescale

[ Andy Whitcroft ]

* drop a number of modules no longer built

[ Bryan Wu ]

* [Config] Update configs after applying .31 patchset from Freescale
* [Config] Sync with imx51_defconfig from Freescale BSP

[ Upstream Kernel Changes ]

* Update to official 2.6.31 BSP release from Freescale.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
obj-$(CONFIG_MPCORE_WATCHDOG) += mpcore_wdt.o
40
40
obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx_wdt.o
41
41
obj-$(CONFIG_MXC_WATCHDOG)      += mxc_wdt.o
 
42
obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3xxx_wdt.o
42
43
obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o
43
44
obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o
44
45
obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o