Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1933)

Unified Diff: drivers/misc/Makefile

Issue 6683023: Add Infineon v05 TPM driver (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Fix nits Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/cmd_vboot.c ('k') | drivers/tpm/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/misc/Makefile
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index fb6711afc91165349742c456c343662400a3c801..4f15db95a651f3cb5eb3431c96198520b0d2e837 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -33,7 +33,6 @@ COBJS-$(CONFIG_NS87308) += ns87308.o
COBJS-$(CONFIG_STATUS_LED) += status_led.o
COBJS-$(CONFIG_TWL4030_LED) += twl4030_led.o
COBJS-$(CONFIG_FSL_PMIC) += fsl_pmic.o
-COBJS-$(CONFIG_INFINEON_TPM_I2C) += infineon_i2ctpm.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
« no previous file with comments | « common/cmd_vboot.c ('k') | drivers/tpm/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698