
# TIMERALL Core
obj-$(CONFIG_NEW_TIMERALL)		+= timerall-core.o
obj-$(CONFIG_TIMERALL_CLASS)	+= timerall-class.o

# TIMERALL Platform Drivers
obj-$(CONFIG_TIMERALL_GPIO)		+= timerall-gpio.o

