diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-10-08 00:01:31 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-08 14:23:49 (GMT) |
commit | bdc1b7bde2174d19d5566acc3d51d041f9a9bbf5 (patch) | |
tree | 6c95426a276a3c45de1e812a32a4ed7136947f5f | |
parent | 735f48f57d922a7839506dd60e89858896d6c6f5 (diff) | |
download | linux-fsl-qoriq-bdc1b7bde2174d19d5566acc3d51d041f9a9bbf5.tar.xz |
Staging: ft1000:ft1000-pcmia: 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>
-rw-r--r-- | drivers/staging/ft1000/ft1000-pcmcia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ft1000/ft1000-pcmcia/Makefile b/drivers/staging/ft1000/ft1000-pcmcia/Makefile index 30ad208..660b7a5 100644 --- a/drivers/staging/ft1000/ft1000-pcmcia/Makefile +++ b/drivers/staging/ft1000/ft1000-pcmcia/Makefile @@ -1,3 +1,3 @@ obj-$(CONFIG_FT1000_PCMCIA) = ft1000_pcmcia.o -ft1000_pcmcia-objs := ft1000_hw.o ft1000_dnld.o ft1000_proc.o ft1000_cs.o +ft1000_pcmcia-y := ft1000_hw.o ft1000_dnld.o ft1000_proc.o ft1000_cs.o |