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

Side by Side Diff: chromeos/drivers/Makefile

Issue 1602016: Add tpmd_dev from the tpm-emulator source to the kernel (Closed)
Patch Set: fixes from review Created 10 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | chromeos/drivers/tpmd_dev/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Makefile for Chromeos Supplied Third-Party device drivers 2 # Makefile for Chromeos Supplied Third-Party device drivers
3 # 3 #
4 4
5 obj-$(CONFIG_ATH6K_LEGACY) += ath6kl/ 5 obj-$(CONFIG_ATH6K_LEGACY) += ath6kl/
6 obj-$(CONFIG_R8103) += rtl8103/r8101-1.014.00/src/ 6 obj-$(CONFIG_R8103) += rtl8103/r8101-1.014.00/src/
7 obj-$(CONFIG_MWIFIEX) += mwifiex/ 7 obj-$(CONFIG_MWIFIEX) += mwifiex/
8 obj-$(CONFIG_TCG_TPM) += tpmd_dev/
8 9
9 # This is a stupid trick to get kbuild to create chromeos/built-in.o 10 # This is a stupid trick to get kbuild to create chromeos/built-in.o
10 obj- += foo.o 11 obj- += foo.o
OLDNEW
« no previous file with comments | « no previous file | chromeos/drivers/tpmd_dev/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698