Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: octeon: Makefile: replace the use of <module>-objs with <module>-y

Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Tracey Dent and committed by
Greg Kroah-Hartman
0c26876e b76d011d

+10 -10
+10 -10
drivers/staging/octeon/Makefile
··· 11 11 12 12 obj-${CONFIG_OCTEON_ETHERNET} := octeon-ethernet.o 13 13 14 - octeon-ethernet-objs := ethernet.o 15 - octeon-ethernet-objs += ethernet-mdio.o 16 - octeon-ethernet-objs += ethernet-mem.o 17 - octeon-ethernet-objs += ethernet-rgmii.o 18 - octeon-ethernet-objs += ethernet-rx.o 19 - octeon-ethernet-objs += ethernet-sgmii.o 20 - octeon-ethernet-objs += ethernet-spi.o 21 - octeon-ethernet-objs += ethernet-tx.o 22 - octeon-ethernet-objs += ethernet-xaui.o 23 - octeon-ethernet-objs += cvmx-pko.o cvmx-spi.o cvmx-cmd-queue.o \ 14 + octeon-ethernet-y := ethernet.o 15 + octeon-ethernet-y += ethernet-mdio.o 16 + octeon-ethernet-y += ethernet-mem.o 17 + octeon-ethernet-y += ethernet-rgmii.o 18 + octeon-ethernet-y += ethernet-rx.o 19 + octeon-ethernet-y += ethernet-sgmii.o 20 + octeon-ethernet-y += ethernet-spi.o 21 + octeon-ethernet-y += ethernet-tx.o 22 + octeon-ethernet-y += ethernet-xaui.o 23 + octeon-ethernet-y += cvmx-pko.o cvmx-spi.o cvmx-cmd-queue.o \ 24 24 cvmx-helper-board.o cvmx-helper.o cvmx-helper-xaui.o \ 25 25 cvmx-helper-rgmii.o cvmx-helper-sgmii.o cvmx-helper-npi.o \ 26 26 cvmx-helper-loop.o cvmx-helper-spi.o cvmx-helper-util.o \