lkml.org 
[lkml]   [2014]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 47/50] mars: add new file drivers/block/mars/Makefile
    Date
    Signed-off-by: Thomas Schoebel-Theuer <tst@schoebel-theuer.de>
    ---
    drivers/block/mars/Makefile | 38 ++++++++++++++++++++++++++++++++++++++
    1 file changed, 38 insertions(+)
    create mode 100644 drivers/block/mars/Makefile

    diff --git a/drivers/block/mars/Makefile b/drivers/block/mars/Makefile
    new file mode 100644
    index 0000000..6764e8b
    --- /dev/null
    +++ b/drivers/block/mars/Makefile
    @@ -0,0 +1,38 @@
    +#
    +# Makefile for MARS
    +#
    +
    +obj-$(CONFIG_MARS) += mars.o
    +
    +KBUILD_CFLAGS += -fdelete-null-pointer-checks
    +
    +mars-objs := \
    + lamport.o \
    + brick_say.o \
    + brick_mem.o \
    + brick.o \
    + xio_bricks/xio.o \
    + xio_bricks/lib_log.o \
    + lib_rank.o \
    + lib_limiter.o \
    + lib_timing.o \
    + xio_bricks/lib_mapfree.o \
    + xio_bricks/xio_net.o \
    + xio_bricks/xio_server.o \
    + xio_bricks/xio_client.o \
    + xio_bricks/xio_aio.o \
    + xio_bricks/xio_bio.o \
    + xio_bricks/xio_if.o \
    + xio_bricks/xio_copy.o \
    + xio_bricks/xio_trans_logger.o \
    + mars_light/light_strategy.o \
    + mars_light/light_net.o \
    + mars_light/mars_proc.o \
    + mars_light/mars_light.o
    +
    +ifdef CONFIG_DEBUG_KERNEL
    +
    +KBUILD_CFLAGS += -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once
    +
    +endif
    +
    --
    2.0.0


    \
     
     \ /
      Last update: 2014-07-02 00:41    [W:4.169 / U:0.552 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site