Skip to content

Commit 08d3232

Browse files
kuba-mooPaolo Abeni
authored andcommitted
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 <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
1 parent 3a33049 commit 08d3232

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

net/ipv4/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ obj-$(CONFIG_IP_MROUTE) += ipmr.o
2626
obj-$(CONFIG_IP_MROUTE_COMMON) += ipmr_base.o
2727
obj-$(CONFIG_NET_IPIP) += ipip.o
2828
gre-y := gre_demux.o
29+
fou-y := fou_core.o
2930
obj-$(CONFIG_NET_FOU) += fou.o
3031
obj-$(CONFIG_NET_IPGRE_DEMUX) += gre.o
3132
obj-$(CONFIG_NET_IPGRE) += ip_gre.o
File renamed without changes.

0 commit comments

Comments
 (0)