Relocate Cortex-M timer driver

Moves the Cortex-M timer driver so that it resides with the other timer
drivers.

Change-Id: I3324c53356efd9f5fd88752a98e4ae301ea38d47
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-06-24 12:30:59 -04:00 committed by Anas Nashif
commit d5f926fb4d
5 changed files with 4 additions and 6 deletions

View file

@ -1,6 +1,5 @@
obj-y = core/
obj-y += bsp/
obj-y += timer/
obj-$(CONFIG_BSP_FSL_FRDM_K64F) += fsl_frdm_k64f/
obj-$(CONFIG_BSP_TI_LM3S6965) += ti_lm3s6965/