diff options
Diffstat (limited to 'drivers/timer/Makefile')
-rw-r--r-- | drivers/timer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index a6e7832154..a8b531ab7b 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += timer-uclass.o obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o |