mirror of https://github.com/schoebel/mars
36 lines
902 B
Diff
36 lines
902 B
Diff
|
From 7a32511ee539197b3183dafa57a07ef844a3f36b 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 | 1 +
|
||
|
2 files changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/block/Kconfig b/block/Kconfig
|
||
|
index 0363cd7..4e88e55 100644
|
||
|
--- a/block/Kconfig
|
||
|
+++ b/block/Kconfig
|
||
|
@@ -130,6 +130,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 9eda232..6238d3c 100644
|
||
|
--- a/block/Makefile
|
||
|
+++ b/block/Makefile
|
||
|
@@ -23,3 +23,4 @@ obj-$(CONFIG_BLOCK_COMPAT) += compat_ioctl.o
|
||
|
obj-$(CONFIG_BLK_CMDLINE_PARSER) += cmdline-parser.o
|
||
|
obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o blk-integrity.o t10-pi.o
|
||
|
|
||
|
+obj-$(CONFIG_MARS) += mars/kernel/
|
||
|
--
|
||
|
2.9.2
|
||
|
|