Citadel is a security microcontroller manufactured by Google. This driver allows communication between citadel and the Linux world using a TPM-style transport protocol. Bug: 64818517 Bug: 138922965 Change-Id: I2ed161b020f5fea6aa4cb429a3af92ef5b9c3852 Signed-off-by: Fernando Lugo <flugo@google.com> (cherry picked from commit e4ee2518ef1c42744f1ff439980a89f71362ed31)
25 lines
549 B
Makefile
25 lines
549 B
Makefile
# UAPI Header export list
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
|
|
no-export-headers += a.out.h
|
|
endif
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
|
|
no-export-headers += kvm.h
|
|
endif
|
|
|
|
ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
|
|
no-export-headers += kvm_para.h
|
|
endif
|
|
|
|
header-y += nfc/
|
|
header-y += qbt_handler.h
|
|
|
|
ifneq ($(VSERVICES_SUPPORT), "")
|
|
include include/linux/Kbuild.vservices
|
|
endif
|
|
header-y += okl4-link-shbuf.h
|
|
header-y += sockev.h
|
|
|
|
header-y += citadel.h
|