source:
trunk/packages/xen-common/xen-common/linux-2.6-xen-sparse/drivers/char/tpm/Makefile
@
34
Last change on this file since 34 was 34, checked in by hartmans, 18 years ago | |
---|---|
File size: 366 bytes |
Line | |
---|---|
1 | # |
2 | # Makefile for the kernel tpm device drivers. |
3 | # |
4 | obj-$(CONFIG_TCG_TPM) += tpm.o |
5 | ifdef CONFIG_ACPI |
6 | obj-$(CONFIG_TCG_TPM) += tpm_bios.o |
7 | endif |
8 | obj-$(CONFIG_TCG_TIS) += tpm_tis.o |
9 | obj-$(CONFIG_TCG_NSC) += tpm_nsc.o |
10 | obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o |
11 | obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o |
12 | obj-$(CONFIG_TCG_XEN) += tpm_xenu.o |
13 | tpm_xenu-y = tpm_xen.o tpm_vtpm.o |
Note: See TracBrowser
for help on using the repository browser.