Skip to content

Commit

Permalink
datapath: rename brcompat.c to brcompat_main.c
Browse files Browse the repository at this point in the history
This just makes it easier to subsequently rename the brcompat_mod module
to brcompat without introducing circular dependencies.

Signed-off-by: Chris Wright <[email protected]>
Signed-off-by: Jesse Gross <[email protected]>
  • Loading branch information
chriswright authored and jessegross committed Mar 8, 2012
1 parent a8a4d95 commit bf8ba92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion datapath/linux/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion datapath/linux/Modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

0 comments on commit bf8ba92

Please sign in to comment.