McKernel IHK SMP-x86 support (build system and config files)

This commit is contained in:
Balazs Gerofi
2014-11-04 15:47:16 +09:00
committed by Balazs Gerofi bgerofi@riken.jp
parent 811a275176
commit 5f095b3952
6 changed files with 799 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ all::
@(cd executer/kernel; make modules)
@(cd executer/user; make)
@case "$(TARGET)" in \
attached-mic | builtin-x86 | builtin-mic) \
attached-mic | builtin-x86 | builtin-mic | smp-x86) \
(cd kernel; make) \
;; \
*) \
@@ -19,7 +19,7 @@ install::
@(cd executer/kernel; make install)
@(cd executer/user; make install)
@case "$(TARGET)" in \
attached-mic | builtin-x86 | builtin-mic) \
attached-mic | builtin-x86 | builtin-mic | smp-x86) \
(cd kernel; make install) \
;; \
*) \
@@ -52,7 +52,7 @@ clean::
@(cd executer/kernel; make clean)
@(cd executer/user; make clean)
@case "$(TARGET)" in \
attached-mic | builtin-x86 | builtin-mic) \
attached-mic | builtin-x86 | builtin-mic | smp-x86) \
(cd kernel; make clean) \
;; \
*) \