diff options
Diffstat (limited to 'drivers/soc/rockchip/Makefile')
-rw-r--r-- | drivers/soc/rockchip/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/soc/rockchip/Makefile b/drivers/soc/rockchip/Makefile new file mode 100644 index 000000000..c851fa005 --- /dev/null +++ b/drivers/soc/rockchip/Makefile @@ -0,0 +1,5 @@ +# +# Rockchip Soc drivers +# +obj-$(CONFIG_ROCKCHIP_GRF) += grf.o +obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm_domains.o |