mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-10 12:53:25 +08:00
2a6218369c
Add clock controller driver for NPCM845 Signed-off-by: Jim Liu <JJLIU0@nuvoton.com> Acked-by: Sean Anderson <seanga2@gmail.com>
4 lines
126 B
Makefile
4 lines
126 B
Makefile
obj-$(CONFIG_ARCH_NPCM) += clk_npcm.o
|
|
obj-$(CONFIG_ARCH_NPCM7xx) += clk_npcm7xx.o
|
|
obj-$(CONFIG_ARCH_NPCM8XX) += clk_npcm8xx.o
|