Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232099 | Differences between
and this patch

Collapse All | Expand All

(-)ath/Makefile (+2 lines)
Lines 56-61 Link Here
56
56
57
include $(TOP)/Makefile.inc
57
include $(TOP)/Makefile.inc
58
58
59
KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers $(TOP)/ath_hal/Module.symvers
60
59
obj-m		+= ath_$(BUSNAME).o
61
obj-m		+= ath_$(BUSNAME).o
60
ath_$(BUSNAME)-objs	:= if_ath.o if_ath_$(BUSNAME).o
62
ath_$(BUSNAME)-objs	:= if_ath.o if_ath_$(BUSNAME).o
61
63
(-)ath_rate/amrr/Makefile (+2 lines)
Lines 46-51 Link Here
46
46
47
TOP = $(obj)/../..
47
TOP = $(obj)/../..
48
48
49
KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers
50
49
obj-m		+= ath_rate_amrr.o
51
obj-m		+= ath_rate_amrr.o
50
ath_rate_amrr-objs	:= amrr.o
52
ath_rate_amrr-objs	:= amrr.o
51
53
(-)ath_rate/minstrel/Makefile (+2 lines)
Lines 44-49 Link Here
44
44
45
TOP = $(obj)/../..
45
TOP = $(obj)/../..
46
46
47
KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers $(TOP)/ath_hal/Module.symvers
48
47
obj-m		+= ath_rate_minstrel.o
49
obj-m		+= ath_rate_minstrel.o
48
ath_rate_minstrel-objs	:= minstrel.o
50
ath_rate_minstrel-objs	:= minstrel.o
49
51
(-)ath_rate/onoe/Makefile (+2 lines)
Lines 46-51 Link Here
46
46
47
TOP = $(obj)/../..
47
TOP = $(obj)/../..
48
48
49
KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers
50
49
obj-m		+= ath_rate_onoe.o
51
obj-m		+= ath_rate_onoe.o
50
ath_rate_onoe-objs	:= onoe.o
52
ath_rate_onoe-objs	:= onoe.o
51
53
(-)ath_rate/sample/Makefile (+2 lines)
Lines 44-49 Link Here
44
44
45
TOP = $(obj)/../..
45
TOP = $(obj)/../..
46
46
47
KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers $(TOP)/ath_hal/Module.symvers
48
47
obj-m		+= ath_rate_sample.o
49
obj-m		+= ath_rate_sample.o
48
ath_rate_sample-objs	:= sample.o
50
ath_rate_sample-objs	:= sample.o
49
51

Return to bug 232099