File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44#
55obj-$(CONFIG_TCG_TPM) += tpm.o
66tpm-y := tpm-interface.o tpm-dev.o tpm-sysfs.o tpm-chip.o tpm2-cmd.o \
7- tpm-dev-common.o tpmrm-dev.o tpm1_eventlog .o tpm2_eventlog .o \
7+ tpm-dev-common.o tpmrm-dev.o eventlog/tpm1 .o eventlog/tpm2 .o \
88 tpm2-space.o
9- tpm-$(CONFIG_ACPI) += tpm_ppi.o tpm_eventlog_acpi .o
10- tpm-$(CONFIG_EFI) += tpm_eventlog_efi .o
11- tpm-$(CONFIG_OF) += tpm_eventlog_of .o
9+ tpm-$(CONFIG_ACPI) += tpm_ppi.o eventlog/acpi .o
10+ tpm-$(CONFIG_EFI) += eventlog/efi .o
11+ tpm-$(CONFIG_OF) += eventlog/of .o
1212obj-$(CONFIG_TCG_TIS_CORE) += tpm_tis_core.o
1313obj-$(CONFIG_TCG_TIS) += tpm_tis.o
1414obj-$(CONFIG_TCG_TIS_SPI) += tpm_tis_spi.o
Original file line number Diff line number Diff line change 2727#include <linux/acpi.h>
2828#include <linux/tpm_eventlog.h>
2929
30- #include "tpm.h"
30+ #include "../ tpm.h"
3131
3232struct acpi_tcpa {
3333 struct acpi_table_header hdr ;
Original file line number Diff line number Diff line change 1414#include <linux/efi.h>
1515#include <linux/tpm_eventlog.h>
1616
17- #include "tpm.h"
17+ #include "../ tpm.h"
1818
1919/* read binary bios log from EFI configuration table */
2020int tpm_read_log_efi (struct tpm_chip * chip )
Original file line number Diff line number Diff line change 1919#include <linux/of.h>
2020#include <linux/tpm_eventlog.h>
2121
22- #include "tpm.h"
22+ #include "../ tpm.h"
2323
2424int tpm_read_log_of (struct tpm_chip * chip )
2525{
Original file line number Diff line number Diff line change 2828#include <linux/slab.h>
2929#include <linux/tpm_eventlog.h>
3030
31- #include "tpm.h"
31+ #include "../ tpm.h"
3232
3333
3434static const char * tcpa_event_type_strings [] = {
Original file line number Diff line number Diff line change 2323#include <linux/slab.h>
2424#include <linux/tpm_eventlog.h>
2525
26- #include "tpm.h"
26+ #include "../ tpm.h"
2727
2828/*
2929 * calc_tpm2_event_size() - calculate the event size, where event
You can’t perform that action at this time.
0 commit comments