diff options
Diffstat (limited to 'drivers/timer/Makefile')
-rw-r--r-- | drivers/timer/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile new file mode 100644 index 0000000000..ae66c07d0e --- /dev/null +++ b/drivers/timer/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_TIMER) += timer-uclass.o +obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o |