From a86b3d6849cc124d6a2852283d87f61628e4f923 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sun, 30 May 2010 13:27:22 +0200 Subject: [PATCH] --- yaml --- r: 204487 b: refs/heads/master c: 9aeb404b4cfed41fdfd01e6fb3cc995c327ba98e h: refs/heads/master i: 204485: 66dd3a4a068a2482cce201e45041690fead76179 204483: d869d8f37c96e69f6cefb836a461c63b2a6069f1 204479: c4e60a0c7fb45ace3f7f24de4b7b1e8b4596ca21 v: v3 --- [refs] | 2 +- trunk/arch/mips/Kbuild | 6 ++++++ trunk/arch/mips/Makefile | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 trunk/arch/mips/Kbuild diff --git a/[refs] b/[refs] index 8daa21214fa8..bda31f68de4e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 78e6f4c03d51e4004866918a1482d48624e38d67 +refs/heads/master: 9aeb404b4cfed41fdfd01e6fb3cc995c327ba98e diff --git a/trunk/arch/mips/Kbuild b/trunk/arch/mips/Kbuild new file mode 100644 index 000000000000..a18eb5d4d40e --- /dev/null +++ b/trunk/arch/mips/Kbuild @@ -0,0 +1,6 @@ +# mips object files +# The object files are linked as core-y files would be linked + +obj-y += kernel/ +obj-y += mm/ +obj-y += math-emu/ diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 0b9c01add0a0..d39be4708289 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -706,7 +706,8 @@ head-y := arch/mips/kernel/head.o arch/mips/kernel/init_task.o libs-y += arch/mips/lib/ -core-y += arch/mips/kernel/ arch/mips/mm/ arch/mips/math-emu/ +# See arch/mips/Kbuild for content of core part of the kernel +core-y += arch/mips/ drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/