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

Side by Side Diff: chromeos/drivers/Makefile

Issue 646055: Atheros AR600x driver + build glue (Closed)
Patch Set: Created 10 years, 10 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 | « chromeos/drivers/Kconfig ('k') | chromeos/drivers/ath6kl/Kconfig » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #
2 # Makefile for Chromeos Supplied Third-Party device drivers
3 #
4
5 obj-$(CONFIG_ATH6K_LEGACY) += ath6kl/
1 obj-$(CONFIG_R8103) += rtl8103/r8101-1.014.00/src/ 6 obj-$(CONFIG_R8103) += rtl8103/r8101-1.014.00/src/
2 7
3 # This is a stupid trick to get kbuild to create ubuntu/built-in.o 8 # This is a stupid trick to get kbuild to create chromeos/built-in.o
4 obj- += foo.o 9 obj- += foo.o
OLDNEW
« no previous file with comments | « chromeos/drivers/Kconfig ('k') | chromeos/drivers/ath6kl/Kconfig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698