| OLD | NEW |
| 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 |
| OLD | NEW |