diff options
author | Ye Li <ye.li@nxp.com> | 2021-08-07 16:00:41 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-08-09 14:46:50 +0200 |
commit | 0c00d03aca356c295daafe82873ecfc9d7769dd9 (patch) | |
tree | 4e5af04a945358f712b1de8b626edc6efc50b0a4 /drivers/misc/imx8ulp/Makefile | |
parent | 3854a066f2ccc4a40da3da1a2973cfb35166e576 (diff) | |
download | u-boot-0c00d03aca356c295daafe82873ecfc9d7769dd9.tar.gz u-boot-0c00d03aca356c295daafe82873ecfc9d7769dd9.tar.bz2 u-boot-0c00d03aca356c295daafe82873ecfc9d7769dd9.zip |
driver: misc: Add MU and S400 API to communicate with Sentinel
Add MU driver and S400 API. Need enable MISC driver to work
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'drivers/misc/imx8ulp/Makefile')
-rw-r--r-- | drivers/misc/imx8ulp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/imx8ulp/Makefile b/drivers/misc/imx8ulp/Makefile new file mode 100644 index 0000000000..1d792415d2 --- /dev/null +++ b/drivers/misc/imx8ulp/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-y += s400_api.o imx8ulp_mu.o |