mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 00:54:09 +08:00
[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
@ -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…
Reference in New Issue
Block a user