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

Add xen and xen-common

File size: 366 bytes
Line 
1#
2# Makefile for the kernel tpm device drivers.
3#
4obj-$(CONFIG_TCG_TPM) += tpm.o
5ifdef CONFIG_ACPI
6        obj-$(CONFIG_TCG_TPM) += tpm_bios.o
7endif
8obj-$(CONFIG_TCG_TIS) += tpm_tis.o
9obj-$(CONFIG_TCG_NSC) += tpm_nsc.o
10obj-$(CONFIG_TCG_ATMEL) += tpm_atmel.o
11obj-$(CONFIG_TCG_INFINEON) += tpm_infineon.o
12obj-$(CONFIG_TCG_XEN) += tpm_xenu.o
13tpm_xenu-y = tpm_xen.o tpm_vtpm.o
Note: See TracBrowser for help on using the repository browser.