From 79e394e092614f972d32012f2519cd2ed471758a Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Fri, 28 Jun 2013 11:03:14 +0200 Subject: [PATCH] mars: SPECIAL for in-tree build --- block/Kconfig | 2 ++ block/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/block/Kconfig b/block/Kconfig index 2429515..09e664c 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -116,6 +116,8 @@ source "block/partitions/Kconfig" endmenu +source block/mars/kernel/Kconfig + endif # BLOCK config BLOCK_COMPAT diff --git a/block/Makefile b/block/Makefile index a2ce6ac..621e7f9 100644 --- a/block/Makefile +++ b/block/Makefile @@ -23,3 +23,5 @@ obj-$(CONFIG_BLOCK_COMPAT) += compat_ioctl.o obj-$(CONFIG_BLK_DEV_INTEGRITY) += blk-integrity.o obj-$(CONFIG_BLK_CMDLINE_PARSER) += cmdline-parser.o obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o + +obj-$(CONFIG_MARS) += mars/kernel/ -- 2.9.2