1. 181x support secureboot 2. add .gitignore Change-Id: I34cd45663d92eeb8e3b5ddfbf1a876111ce46bd1
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for sensor chip drivers.
|
|
#
|
|
|
|
# platform efuse drivers
|
|
obj-$(CONFIG_CV181X_EFUSE) += cv181x_efuse.o
|
|
obj-$(CONFIG_CV180X_EFUSE) += cv180x_efuse.o
|
|
|