lkml.org 
[lkml]   [2011]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/2] Altera-stapl: Clean up makefile (-y instead of -objs)
    Date
    Changed Makefile to use <modules>-y instead of <modules>-objs
    because -objs is deprecated.

    Signed-off-by: Tracey Dent <tdent48227@gmail.com>
    ---
    drivers/staging/altera-stapl/Makefile | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/staging/altera-stapl/Makefile b/drivers/staging/altera-stapl/Makefile
    index 055f61ee..ddeede3 100644
    --- a/drivers/staging/altera-stapl/Makefile
    +++ b/drivers/staging/altera-stapl/Makefile
    @@ -1,3 +1,3 @@
    -altera-stapl-objs = altera-lpt.o altera-jtag.o altera-comp.o altera.o
    +altera-stapl-y := altera-lpt.o altera-jtag.o altera-comp.o altera.o

    obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o
    --
    1.7.6.131.g99019


    \
     
     \ /
      Last update: 2011-07-07 20:19    [W:5.104 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site