mirror of https://github.com/schoebel/mars
37 lines
933 B
Diff
37 lines
933 B
Diff
|
From aa34ea4ff232877673e28b27222a89a4a3e93498 Mon Sep 17 00:00:00 2001
|
||
|
From: Thomas Schoebel-Theuer <tst@1und1.de>
|
||
|
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 1f2469a0123c..7c0b776276aa 100644
|
||
|
--- a/block/Kconfig
|
||
|
+++ b/block/Kconfig
|
||
|
@@ -206,6 +206,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 572b33f32c07..a8115cdc4112 100644
|
||
|
--- a/block/Makefile
|
||
|
+++ b/block/Makefile
|
||
|
@@ -37,3 +37,5 @@ obj-$(CONFIG_BLK_WBT) += blk-wbt.o
|
||
|
obj-$(CONFIG_BLK_DEBUG_FS) += blk-mq-debugfs.o
|
||
|
obj-$(CONFIG_BLK_DEBUG_FS_ZONED)+= blk-mq-debugfs-zoned.o
|
||
|
obj-$(CONFIG_BLK_SED_OPAL) += sed-opal.o
|
||
|
+
|
||
|
+obj-$(CONFIG_MARS) += mars/kernel/
|
||
|
--
|
||
|
2.26.2
|
||
|
|