Source: Peter Volkov Upstream: Should be notified in a moment ;) Reason: Make modpost aware about symvers. === modified file 'ath/Makefile' --- ath/Makefile 2008-09-14 10:03:26 +0000 +++ ath/Makefile 2008-09-14 10:03:30 +0000 @@ -56,6 +56,8 @@ include $(TOP)/Makefile.inc +KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers $(TOP)/ath_hal/Module.symvers + obj-m += ath_$(BUSNAME).o ath_$(BUSNAME)-objs := if_ath.o if_ath_$(BUSNAME).o === modified file 'ath_rate/amrr/Makefile' --- ath_rate/amrr/Makefile 2008-09-14 10:03:26 +0000 +++ ath_rate/amrr/Makefile 2008-09-14 10:03:37 +0000 @@ -46,6 +46,8 @@ TOP = $(obj)/../.. +KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers + obj-m += ath_rate_amrr.o ath_rate_amrr-objs := amrr.o === modified file 'ath_rate/minstrel/Makefile' --- ath_rate/minstrel/Makefile 2008-09-14 10:03:26 +0000 +++ ath_rate/minstrel/Makefile 2008-09-14 10:03:30 +0000 @@ -44,6 +44,8 @@ TOP = $(obj)/../.. +KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers $(TOP)/ath_hal/Module.symvers + obj-m += ath_rate_minstrel.o ath_rate_minstrel-objs := minstrel.o === modified file 'ath_rate/onoe/Makefile' --- ath_rate/onoe/Makefile 2008-09-14 10:03:26 +0000 +++ ath_rate/onoe/Makefile 2008-09-14 10:03:30 +0000 @@ -46,6 +46,8 @@ TOP = $(obj)/../.. +KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers + obj-m += ath_rate_onoe.o ath_rate_onoe-objs := onoe.o === modified file 'ath_rate/sample/Makefile' --- ath_rate/sample/Makefile 2008-09-14 10:03:26 +0000 +++ ath_rate/sample/Makefile 2008-09-14 10:03:30 +0000 @@ -44,6 +44,8 @@ TOP = $(obj)/../.. +KBUILD_EXTRA_SYMBOLS = $(TOP)/net80211/Module.symvers $(TOP)/ath_hal/Module.symvers + obj-m += ath_rate_sample.o ath_rate_sample-objs := sample.o