Skip to content

Commit

Permalink
Staging: rtl8187se: make the built module be the proper name
Browse files Browse the repository at this point in the history
If we are calling this the rtl8187se module, let's actually build
a module with that name.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent ceda4ae commit bac6cd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/staging/rtl8187se/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ EXTRA_CFLAGS += -DENABLE_LPS

#EXTRA_CFLAGS += -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y

r8187se-objs := r8180_core.o \
rtl8187se-objs := \
r8180_core.o \
r8180_sa2400.o \
r8180_93cx6.o \
r8180_wx.o \
Expand All @@ -50,5 +51,5 @@ r8187se-objs := r8180_core.o \
ieee80211/ieee80211_crypt_ccmp.o \
ieee80211/ieee80211_crypt_wep.o

obj-$(CONFIG_RTL8187SE) += r8187se.o
obj-$(CONFIG_RTL8187SE) += rtl8187se.o

0 comments on commit bac6cd1

Please sign in to comment.