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

Side by Side Diff: chromeos/compat-wireless/drivers/net/wireless/orinoco/Makefile

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 #
2 # Makefile for the orinoco wireless device drivers.
3 #
4 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
5
6 obj-$(CONFIG_HERMES) += orinoco.o
7 obj-$(CONFIG_PCMCIA_HERMES) += orinoco_cs.o
8 obj-$(CONFIG_APPLE_AIRPORT) += airport.o
9 obj-$(CONFIG_PLX_HERMES) += orinoco_plx.o
10 obj-$(CONFIG_PCI_HERMES) += orinoco_pci.o
11 obj-$(CONFIG_TMD_HERMES) += orinoco_tmd.o
12 obj-$(CONFIG_NORTEL_HERMES) += orinoco_nortel.o
13 obj-$(CONFIG_PCMCIA_SPECTRUM) += spectrum_cs.o
14 obj-$(CONFIG_ORINOCO_USB) += orinoco_usb.o
15
16 # Orinoco should be endian clean.
17 ccflags-y += -D__CHECK_ENDIAN__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698