From bf8ba92e4875d0ca4c26ddd2a4c46fd26f8e401b Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 7 Mar 2012 10:28:02 -0800 Subject: [PATCH] datapath: rename brcompat.c to brcompat_main.c This just makes it easier to subsequently rename the brcompat_mod module to brcompat without introducing circular dependencies. Signed-off-by: Chris Wright Signed-off-by: Jesse Gross --- datapath/{brcompat.c => brcompat_main.c} | 0 datapath/linux/.gitignore | 2 +- datapath/linux/Modules.mk | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename datapath/{brcompat.c => brcompat_main.c} (100%) diff --git a/datapath/brcompat.c b/datapath/brcompat_main.c similarity index 100% rename from datapath/brcompat.c rename to datapath/brcompat_main.c diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore index 0aee74651..e4b708ef9 100644 --- a/datapath/linux/.gitignore +++ b/datapath/linux/.gitignore @@ -6,7 +6,7 @@ /addrconf_core-openvswitch.c /brc_sysfs_dp.c /brc_sysfs_if.c -/brcompat.c +/brcompat_main.c /checksum.c /dev-openvswitch.c /dp_sysfs_dp.c diff --git a/datapath/linux/Modules.mk b/datapath/linux/Modules.mk index 86341ad07..d9a85ccb7 100644 --- a/datapath/linux/Modules.mk +++ b/datapath/linux/Modules.mk @@ -70,5 +70,5 @@ openvswitch_headers += \ linux/compat/genetlink.inc both_modules += brcompat -brcompat_sources = linux/compat/genetlink-brcompat.c brcompat.c +brcompat_sources = linux/compat/genetlink-brcompat.c brcompat_main.c brcompat_headers = -- 2.43.0