[PATCH] m68knommu: add ColdFire 532x timer build support
Add build support for new Freescale M532x CPU family timer. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
7877d01e8e
commit
f7399c3d96
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ obj-$(CONFIG_M5249) += timers.o
|
|||
obj-$(CONFIG_M527x) += pit.o
|
||||
obj-$(CONFIG_M5272) += timers.o
|
||||
obj-$(CONFIG_M5307) += config.o timers.o
|
||||
obj-$(CONFIG_M532x) += timers.o
|
||||
obj-$(CONFIG_M528x) += pit.o
|
||||
obj-$(CONFIG_M5407) += timers.o
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue