Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ce922fd authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman
Browse files

Staging: w35und: move source files to one directory



As we're trying to get rid of the "compatability layer" in the driver, move
everything under one directory. Keeping some of the files under
drivers/staging/winbond/linux is a major pain in the ass whenever you're
cleaning up the driver.

Acked-by: default avatarPavel Machek <pavel@suse.cz>
Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8421513d
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
	DRIVER_DIR=./linux

w35und-objs := $(DRIVER_DIR)/wbusb.o $(DRIVER_DIR)/wb35reg.o $(DRIVER_DIR)/wb35rx.o $(DRIVER_DIR)/wb35tx.o \
w35und-objs :=			\
	mds.o			\
	mlmetxrx.o		\
	mto.o			\
	phy_calibration.o	\
	reg.o			\
	rxisr.o			\
	wb35reg.o		\
	wb35rx.o		\
	wb35tx.o		\
	wbhal.o			\
	wblinux.o		\
	wbusb.o			\


obj-$(CONFIG_W35UND) += w35und.o
+1 −1
Original line number Diff line number Diff line
#include "linux/sysdef.h"
#include "sysdef.h"
+4 −4

File changed and moved.

Contains only whitespace changes.

Loading