net: fou: rename the source for linking
authorJakub Kicinski <kuba@kernel.org>
Fri, 20 Jan 2023 17:50:39 +0000 (09:50 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 24 Jan 2023 09:58:11 +0000 (10:58 +0100)
commit08d323234d10eab077cbf0093eeb5991478a261a
tree61448179adf052429c031c5495c76c18cdfeaed5
parent3a330496baa87f334159fdf2388e44f42f619ab5
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>
net/ipv4/Makefile
net/ipv4/fou_core.c [moved from net/ipv4/fou.c with 100% similarity]