aboutsummaryrefslogtreecommitdiff
path: root/drivers/ar6000/Makefile
diff options
context:
space:
mode:
authorWerner Almesberger <werner@openmoko.org>2008-11-19 17:11:21 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:21 +0000
commite2ff4549d8ab8364f58f203a662afb46de2f92fa (patch)
tree8292b6769c74957c8ace2b5da0b82de222dd4bad /drivers/ar6000/Makefile
parent25452dc67ac3aafaae264e9841460e2a39b712ec (diff)
hif-linux-sdio.patch
This is a replacement for Atheros' HIF layer that uses the Linux SDIO stack. Using GPLv2, like Atheros' code this is based on. Work in progress. Not-Yet-Signed-off-by: Werner Almesberger <werner@openmoko.org>
Diffstat (limited to 'drivers/ar6000/Makefile')
-rw-r--r--drivers/ar6000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ar6000/Makefile b/drivers/ar6000/Makefile
index 7551dbf7ccf..f8f443172ec 100644
--- a/drivers/ar6000/Makefile
+++ b/drivers/ar6000/Makefile
@@ -21,7 +21,7 @@ ar6000-objs += htc/ar6k.o \
htc/htc_recv.o \
htc/htc_services.o \
htc/htc.o \
- hif/hif.o \
+ hif/hif2.o \
bmi/bmi.o \
ar6000/ar6000_drv.o \
ar6000/ar6000_raw_if.o \