This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
linux_old1
Watch
1
Star
0
Fork
You've already forked linux_old1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
df0ae6f78a
linux_old1
/
drivers
/
clk
/
h8300
/
Makefile
4 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
treewide: Add SPDX license identifier - Makefile/Kconfig Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-05-19 20:07:45 +08:00
# SPDX-License-Identifier: GPL-2.0-only
h8300: clock driver Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
2015-05-08 22:31:57 +08:00
obj-y
+=
clk-div.o
obj-$(CONFIG_H8S2678)
+=
clk-h8s2678.o