Skip to content

Commit

Permalink
staging: tidspbridge: Rename module from bridgedriver to tidspbridge
Browse files Browse the repository at this point in the history
tidspbridge when built as a module is named bridgedriver.

bridgedriver is not a particularly good module name.

tidspbridge is what the source is named.  That seems
a more appropriate module name too as it describes
the hardware function better.

Signed-off-by: Joe Perches <[email protected]>
Acked-by: Omar Ramirez Luna <[email protected]>
Acked-by: Felipe Contreras <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
JoePerches authored and gregkh committed Feb 9, 2012
1 parent 3bdb54f commit 8900f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/tidspbridge/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-$(CONFIG_TIDSPBRIDGE) += bridgedriver.o
obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge.o

libgen = gen/gh.o gen/uuidutil.o
libcore = core/chnl_sm.o core/msg_sm.o core/io_sm.o core/tiomap3430.o \
Expand All @@ -13,7 +13,7 @@ libdload = dynload/cload.o dynload/getsection.o dynload/reloc.o \
dynload/tramp.o
libhw = hw/hw_mmu.o

bridgedriver-y := $(libgen) $(libservices) $(libcore) $(libpmgr) $(librmgr) \
tidspbridge-y := $(libgen) $(libservices) $(libcore) $(libpmgr) $(librmgr) \
$(libdload) $(libhw)

#Machine dependent
Expand Down

0 comments on commit 8900f00

Please sign in to comment.