Files
kernel_google_redbull/include/uapi/linux/Kbuild
Fernando Lugo 135767ccaa drivers: add citadel driver
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)
2019-09-04 07:31:50 +00:00

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