mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00
net: fou: rename the source for linking
We'll need to link two objects together to form the fou module. This means the source can't be called fou, the build system expects fou.o to be the combined object. Acked-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
3a330496ba
commit
08d323234d
@ -26,6 +26,7 @@ obj-$(CONFIG_IP_MROUTE) += ipmr.o
|
|||||||
obj-$(CONFIG_IP_MROUTE_COMMON) += ipmr_base.o
|
obj-$(CONFIG_IP_MROUTE_COMMON) += ipmr_base.o
|
||||||
obj-$(CONFIG_NET_IPIP) += ipip.o
|
obj-$(CONFIG_NET_IPIP) += ipip.o
|
||||||
gre-y := gre_demux.o
|
gre-y := gre_demux.o
|
||||||
|
fou-y := fou_core.o
|
||||||
obj-$(CONFIG_NET_FOU) += fou.o
|
obj-$(CONFIG_NET_FOU) += fou.o
|
||||||
obj-$(CONFIG_NET_IPGRE_DEMUX) += gre.o
|
obj-$(CONFIG_NET_IPGRE_DEMUX) += gre.o
|
||||||
obj-$(CONFIG_NET_IPGRE) += ip_gre.o
|
obj-$(CONFIG_NET_IPGRE) += ip_gre.o
|
||||||
|
Loading…
Reference in New Issue
Block a user