diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-10-21 23:37:54 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-21 23:37:54 +0800 |
commit | 780431e397c82df7e20ee17536b97a08f97ef8ba (patch) | |
tree | 0a119b440b3a20665a25ed89227c6ac5058571ba /arch/blackfin/kernel/Makefile | |
parent | 29cae113720c1520cdcc8b536cf56efcba5d63e0 (diff) | |
download | op-kernel-dev-780431e397c82df7e20ee17536b97a08f97ef8ba.zip op-kernel-dev-780431e397c82df7e20ee17536b97a08f97ef8ba.tar.gz |
Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/kernel/Makefile')
-rw-r--r-- | arch/blackfin/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/Makefile b/arch/blackfin/kernel/Makefile index 8aeb606..8a4cfb2 100644 --- a/arch/blackfin/kernel/Makefile +++ b/arch/blackfin/kernel/Makefile @@ -9,6 +9,7 @@ obj-y := \ sys_bfin.o time.o traps.o irqchip.o dma-mapping.o flat.o \ fixed_code.o cplbinit.o cacheinit.o reboot.o bfin_gpio.o +obj-$(CONFIG_BFIN_GPTIMERS) += gptimers.o obj-$(CONFIG_MODULES) += module.o obj-$(CONFIG_BFIN_DMA_5XX) += bfin_dma_5xx.o obj-$(CONFIG_DUAL_CORE_TEST_MODULE) += dualcore_test.o |