13 行目 .include "$(TOP)/mk/os161.config.mk" で、OS161 ツールをインストールし、OS161 を Eclipse で実行しようとしていて、依存関係をコンパイルしていました。
# Automatically generated by config; do not edit.
#
# Top of the kernel tree
KTOP=../..
# Top of the whole tree
TOP=$(KTOP)/..
# Debug vs. optimize
KDEBUG=-g
# Name of the kernel config file
CONFNAME=ASST0
.include "$(TOP)/mk/os161.config.mk"
.include "files.mk"
.include "$(TOP)/mk/os161.kernel.mk"