From 9ede5919d59c11eaf31b5c202922c24f33123f1e Mon Sep 17 00:00:00 2001 From: suikan Date: Sat, 22 Nov 2014 14:46:42 +0900 Subject: [PATCH] =?utf8?q?=E3=81=93=E3=81=AE=E3=82=B3=E3=83=9F=E3=83=83?= =?utf8?q?=E3=83=88=E3=81=8B=E3=82=89=E3=80=81C/C++=20Makefile=E3=83=97?= =?utf8?q?=E3=83=AD=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=81=A7=E3=81=82?= =?utf8?q?=E3=82=8B=E3=80=82=E3=83=97=E3=83=AD=E3=82=B8=E3=82=A7=E3=82=AF?= =?utf8?q?=E3=83=88=E3=81=AE=E4=BD=93=E8=A3=81=E3=82=92=E6=95=B4=E3=81=88?= =?utf8?q?=E3=81=9F=E3=80=82.gitignore=E3=81=AA=E3=81=A9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - trx305/.cproject | 44 ++ trx305/.gitignore | 5 + trx305/.project | 16 + trx305/.settings/language.settings.xml | 15 + trx305/Makefile | 507 ++++++++++++++++++++++ trx305/Makefile.depend | 769 +++++++++++++++++++++++++++++++++ trx305/kernel/cfg/.gitignore | 3 + 8 files changed, 1359 insertions(+), 1 deletion(-) delete mode 100644 .gitignore create mode 100644 trx305/.cproject create mode 100644 trx305/.gitignore create mode 100644 trx305/.settings/language.settings.xml create mode 100644 trx305/Makefile create mode 100644 trx305/Makefile.depend create mode 100644 trx305/kernel/cfg/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ee009a7..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/trx305 diff --git a/trx305/.cproject b/trx305/.cproject new file mode 100644 index 0000000..41a57c9 --- /dev/null +++ b/trx305/.cproject @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/trx305/.gitignore b/trx305/.gitignore new file mode 100644 index 0000000..75f9783 --- /dev/null +++ b/trx305/.gitignore @@ -0,0 +1,5 @@ +*.o +*~ +/sample1.c +/sample1.h +/sample1.cfg diff --git a/trx305/.project b/trx305/.project index 729e008..24751f1 100644 --- a/trx305/.project +++ b/trx305/.project @@ -5,7 +5,23 @@ + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature diff --git a/trx305/.settings/language.settings.xml b/trx305/.settings/language.settings.xml new file mode 100644 index 0000000..3bbfc97 --- /dev/null +++ b/trx305/.settings/language.settings.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/trx305/Makefile b/trx305/Makefile new file mode 100644 index 0000000..253bf5f --- /dev/null +++ b/trx305/Makefile @@ -0,0 +1,507 @@ +# +# TOPPERS/JSP Kernel +# Toyohashi Open Platform for Embedded Real-Time Systems/ +# Just Standard Profile Kernel +# +# Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory +# Toyohashi Univ. of Technology, JAPAN +# Copyright (C) 2005 by Embedded and Real-Time Systems Laboratory +# Graduate School of Information Science, Nagoya Univ., JAPAN +# +# 上記著作権者は,以下の (1)〜(4) の条件か,Free Software Foundation +# によって公表されている GNU General Public License の Version 2 に記 +# 述されている条件を満たす場合に限り,本ソフトウェア(本ソフトウェア +# を改変したものを含む.以下同じ)を使用・複製・改変・再配布(以下, +# 利用と呼ぶ)することを無償で許諾する. +# (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作 +# 権表示,この利用条件および下記の無保証規定が,そのままの形でソー +# スコード中に含まれていること. +# (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使 +# 用できる形で再配布する場合には,再配布に伴うドキュメント(利用 +# 者マニュアルなど)に,上記の著作権表示,この利用条件および下記 +# の無保証規定を掲載すること. +# (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使 +# 用できない形で再配布する場合には,次のいずれかの条件を満たすこ +# と. +# (a) 再配布に伴うドキュメント(利用者マニュアルなど)に,上記の著 +# 作権表示,この利用条件および下記の無保証規定を掲載すること. +# (b) 再配布の形態を,別に定める方法によって,TOPPERSプロジェクトに +# 報告すること. +# (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損 +# 害からも,上記著作権者およびTOPPERSプロジェクトを免責すること. +# +# 本ソフトウェアは,無保証で提供されているものである.上記著作権者お +# よびTOPPERSプロジェクトは,本ソフトウェアに関して,その適用可能性も +# 含めて,いかなる保証も行わない.また,本ソフトウェアの利用により直 +# 接的または間接的に生じたいかなる損害に関しても,その責任を負わない. +# +# @(#) $Id: Makefile,v 1.8 2012/01/21 02:32:02 suikan Exp $ +# + +# +# ターゲットの指定(Makefile.config で上書きされるのを防ぐため) +# +all: + +# +# ターゲット名の定義 +# +CPU = blackfin +SYS = ezkit_bf533 +TOOL = + +# +# プログラミング言語の定義 +# +PROGRAM_LANG = +ifeq ($(PROGRAM_LANG),c++) + USE_CXX = true + CXXLIBS = + CXXRTS = cxxrt.o newlibrt.o cpu_malloc.o +endif + +# +# ソースファイルのディレクトリの定義 +# +SRCDIR = kernel + +# +# オブジェクトファイル名の拡張子の設定 +# +OBJEXT = + +# +# 実行環境の定義(どれにも該当しない場合は,すべてコメントアウトする) +# (ターゲット依存に上書きされる場合がある) +# +DBGENV := GDB_STUB + +# +# カーネルライブラリ(libkernel.a)のディレクトリ名 +# (カーネルライブラリも make 対象にする時は,空に定義する) +# +KERNEL_LIB = + +# +# ターゲット依存の定義のインクルード +# +ifdef TOOL + ifdef SYS + include $(SRCDIR)/config/$(CPU)-$(TOOL)/$(SYS)/Makefile.config + endif + include $(SRCDIR)/config/$(CPU)-$(TOOL)/Makefile.config +else + ifdef SYS + include $(SRCDIR)/config/$(CPU)/$(SYS)/Makefile.config + endif + include $(SRCDIR)/config/$(CPU)/Makefile.config +endif + +# +# 共通コンパイルオプションの定義 +# +COPTS := $(COPTS) +CDEFS := $(CDEFS) +INCLUDES := -I. -I$(SRCDIR)/include $(INCLUDES) +LDFLAGS := -nostdlib $(LDFLAGS) +LIBS := $(LIBS) $(CXXLIBS) -lgcc +CFLAGS = $(COPTS) $(CDEFS) $(INCLUDES) + +# +# アプリケーションプログラムに関する定義 +# +UNAME = sample1 +UTASK_CFG = $(UNAME).cfg + +UTASK_DIR = $(SRCDIR)/library +UTASK_ASMOBJS = +ifdef USE_CXX + UTASK_CXXOBJS = $(UNAME).o + UTASK_COBJS = +else + UTASK_COBJS = $(UNAME).o +endif +UTASK_CFLAGS = +UTASK_LIBS = + +# +# システムサービスに関する定義 +# +STASK_DIR := $(STASK_DIR):$(SRCDIR)/systask:$(SRCDIR)/library +STASK_ASMOBJS := $(STASK_ASMOBJS) +STASK_COBJS := $(STASK_COBJS) timer.o serial.o logtask.o \ + log_output.o vasyslog.o t_perror.o strerror.o \ + $(CXXRTS) +STASK_CFLAGS := $(STASK_CFLAGS) -I$(SRCDIR)/systask +STASK_LIBS := $(STASK_LIBS) + +# +# カーネルに関する定義 +# +# KERNEL_ASMOBJS: カーネルライブラリに含める,ソースがアセンブリ言語の +# オブジェクトファイル. +# KERNEL_COBJS: カーネルのライブラリに含める,ソースがC言語で,ソース +# ファイルと1対1に対応するオブジェクトファイル. +# KERNEL_LCSRCS: カーネルのライブラリに含めるC言語のソースファイルで, +# 1つのソースファイルから複数のオブジェクトファイルを生 +# 成するもの(Makefile.kernel で定義). +# KERNEL_LCOBJS: 上のソースファイルから生成されるオブジェクトファイル +# (Makefile.kernel で定義). +# KERNEL_AUX_COBJS: ロードモジュールに含めないが,カーネルのソースファ +# イルと同じオプションを適用してコンパイルすべきファ +# イル. +# +KERNEL = $(SRCDIR)/kernel +KERNEL_DIR := $(KERNEL_DIR):$(KERNEL) +KERNEL_ASMOBJS := $(KERNEL_ASMOBJS) +KERNEL_COBJS := startup.o banner.o $(KERNEL_COBJS) +KERNEL_CFLAGS := $(KERNEL_CFLAGS) -I$(KERNEL) +ifdef OMIT_MAKEOFFSET + OFFSET_H = + KERNEL_AUX_COBJS = kernel_chk.o +else + OFFSET_H = offset.h + KERNEL_AUX_COBJS = makeoffset.o kernel_chk.o +endif + +# +# オブジェクトファイル名の定義 +# +OBJNAME = jsp +ifdef OBJEXT + OBJFILE = $(OBJNAME).$(OBJEXT) +else + OBJFILE = $(OBJNAME) +endif + +# +# ターゲットファイル(複数を同時に選択してはならない) +# +all: $(OBJFILE) +#all: $(OBJNAME).out +#all: $(OBJNAME).bin +#all: $(OBJNAME).srec + +# +# カーネルのコンフィギュレーションファイルの生成 +# +kernel_cfg.c kernel_id.h kernel_chk.c: $(UTASK_CFG) + $(CC) -E $(INCLUDES) $(CDEFS) -x c-header $(UTASK_CFG) > tmpfile1 + $(SRCDIR)/cfg/cfg -s tmpfile1 -c -obj -cpu $(CPU) -system $(SYS) + rm -f tmpfile1 + +##### 以下は編集しないこと ##### + +# +# 環境に依存するコンパイルオプションの定義 +# +ifdef DBGENV + CDEFS := $(CDEFS) -D$(DBGENV) +endif + +# +# カーネルライブラリに関連する定義 +# +ifdef KERNEL_LIB + MAKE_KERNEL = + LIBKERNEL = $(KERNEL_LIB)/libkernel.a +else + MAKE_KERNEL = libkernel.a + LIBKERNEL = $(MAKE_KERNEL) +endif + +# +# カーネルのファイル構成の定義 +# +include $(KERNEL)/Makefile.kernel + +# +# $(OBJNAME).chk の生成規則(静的APIのパラメータチェック) +# +$(OBJNAME).chk: kernel_chk.s $(SRCDIR)/utils/gencheck + $(PERL) $(SRCDIR)/utils/gencheck kernel_chk.s > tmpfile2 + mv tmpfile2 $(OBJNAME).chk + +# +# offset.h の生成規則(構造体内のオフセット値の算出) +# +offset.h: makeoffset.s $(SRCDIR)/utils/genoffset + $(PERL) $(SRCDIR)/utils/genoffset makeoffset.s > tmpfile3 + mv tmpfile3 offset.h + +# +# ソースファイルのあるディレクトリに関する定義 +# +vpath %.c $(KERNEL_DIR):$(STASK_DIR):$(UTASK_DIR) +vpath %.S $(KERNEL_DIR):$(STASK_DIR):$(UTASK_DIR) + +# +# コンパイルのための変数の定義 +# +KERNEL_LIB_OBJS = $(KERNEL_ASMOBJS) $(KERNEL_COBJS) $(KERNEL_LCOBJS) +STASK_OBJS = $(STASK_ASMOBJS) $(STASK_COBJS) +UTASK_OBJS = $(UTASK_ASMOBJS) $(UTASK_COBJS) $(UTASK_CXXOBJS) +TASK_OBJS = $(UTASK_OBJS) $(STASK_OBJS) kernel_cfg.o +ALL_OBJS = $(START_OBJS) $(CXX_BEGIN_OBJS) $(TASK_OBJS) $(CXX_END_OBJS) $(END_OBJS) +ALL_LIBS = $(UTASK_LIBS) $(STASK_LIBS) $(LIBKERNEL) $(LIBS) + +ifdef TEXT_START_ADDRESS + LDFLAGS := $(LDFLAGS) -Wl,-Ttext,$(TEXT_START_ADDRESS) +endif +ifdef DATA_START_ADDRESS + LDFLAGS := $(LDFLAGS) -Wl,-Tdata,$(DATA_START_ADDRESS) +endif +ifdef LDSCRIPT + LDFLAGS := $(LDFLAGS) -T $(SRCDIR)/config/$(LDSCRIPT) +endif + +# +# カーネルライブラリファイルの生成 +# +libkernel.a: $(OFFSET_H) $(KERNEL_LIB_OBJS) + rm -f libkernel.a + $(AR) -rcs libkernel.a $(KERNEL_LIB_OBJS) + $(RANLIB) libkernel.a + +# +# 全体のリンク +# $(OBJCOPY) -R ... はGDB用に定義したデバッグ用MMRのメモリ実体を剥ぎ取り、シンボルだけ残すためのもの。 +# +$(OBJFILE): Makefile.depend $(ALL_OBJS) $(MAKE_KERNEL) $(OBJNAME).chk + $(LINK) $(CFLAGS) $(LDFLAGS) -o $(OBJFILE) \ + $(START_OBJS) $(CXX_BEGIN_OBJS) $(TASK_OBJS) $(ALL_LIBS) $(CXX_END_OBJS) $(END_OBJS) + $(NM) $(OBJFILE) > $(OBJNAME).syms + $(OBJCOPY) -O srec -S $(OBJFILE) $(OBJNAME).srec + $(SRCDIR)/cfg/chk -m $(OBJNAME).syms,$(OBJNAME).srec \ + -obj -cs $(OBJNAME).chk -cpu $(CPU) -system $(SYS) + +# +# バイナリファイルの生成 +# +$(OBJNAME).bin: $(OBJFILE) + $(OBJCOPY) -O binary -S $(OBJFILE) $(OBJNAME).bin + +# +# Sレコードファイルの生成 +# +$(OBJNAME).srec: $(OBJFILE) + $(OBJCOPY) -O srec -S $(OBJFILE) $(OBJNAME).srec + +# +# コンパイル結果の消去 +# +clean: + rm -f \#* *~ *.o tmpfile? + rm -f $(MAKE_KERNEL) $(OBJNAME) + rm -f $(OBJNAME).syms $(OBJNAME).srec $(OBJNAME).chk + rm -f $(OBJNAME).exe $(OBJNAME).bin $(OBJNAME).out + rm -f kernel_cfg.c kernel_chk.c kernel_chk.s kernel_id.h kernel_obj.dat + rm -f makeoffset.s offset.h + +cleankernel: + rm -rf $(KERNEL_LIB_OBJS) + rm -f makeoffset.s offset.h + +cleandep: + rm -f Makefile.depend + +realclean: cleandep clean + +# +# kernel_cfg.c のコンパイルルールと依存関係作成ルールの定義 +# +# kernel_cfg.c は,アプリケーションプログラム用,システムサービス用, +# カーネル用のすべてのオプションを付けてコンパイルする. +# +KERNEL_CFG_CFLAGS = $(UTASK_CFLAGS) $(STASK_CFLAGS) $(KERNEL_CFLAGS) + +kernel_cfg.o: kernel_cfg.c + $(CC) -c $(CFLAGS) $(KERNEL_CFG_CFLAGS) $< + +kernel_cfg.s: kernel_cfg.c + $(CC) -S $(CFLAGS) $(KERNEL_CFG_CFLAGS) $< + +kernel_cfg.d: kernel_cfg.c + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) \ + -O "$(CFLAGS) $(KERNEL_CFG_CFLAGS)" $< >> Makefile.depend + +# +# 特別な依存関係の定義 +# +banner.o: $(filter-out banner.o,$(KERNEL_LIB_OBJS)) + +# +# 特殊な依存関係作成ルールの定義 +# +kernel_id.d: $(UTASK_CFG) + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) -X \ + -T "kernel_cfg.c kernel_id.h kernel_chk.c" \ + -O "$(INCLUDES)" $< >> Makefile.depend + +makeoffset.d: makeoffset.c + @$(PERL) $(SRCDIR)/utils/makedep -s -C $(CC) \ + -O "$(CFLAGS) $(KERNEL_CFLAGS)" $< >> Makefile.depend + +kernel_chk.d: kernel_chk.c + @$(PERL) $(SRCDIR)/utils/makedep -s -C $(CC) \ + -O "$(CFLAGS) $(KERNEL_CFLAGS)" $< >> Makefile.depend + +# +# 依存関係ファイルの生成 +# +gendepend: + @echo "Generating Makefile.depend." + +ifdef KERNEL_LIB +depend: cleandep kernel_cfg.c gendepend kernel_id.d \ + kernel_chk.d $(ALL_OBJS:.o=.d) +else +depend: cleandep $(OFFSET_H) kernel_cfg.c gendepend kernel_id.d \ + $(KERNEL_AUX_COBJS:.o=.d) $(KERNEL_ASMOBJS:.o=.d) \ + $(KERNEL_COBJS:.o=.d) $(KERNEL_LCSRCS:.c=.d) $(ALL_OBJS:.o=.d) +endif + +# +# 依存関係ファイルをインクルード +# +-include Makefile.depend + +# +# 開発ツールのコマンド名の定義 +# +ifndef TOOL + # + # GNU開発環境用 + # + ifdef TARGET + TARGET_PREFIX = $(TARGET)- + else + TARGET_PREFIX = + endif + CC = $(TARGET_PREFIX)gcc + CXX = $(TARGET_PREFIX)g++ + AS = $(TARGET_PREFIX)as + LD = $(TARGET_PREFIX)ld + AR = $(TARGET_PREFIX)ar + NM = $(TARGET_PREFIX)nm + RANLIB = $(TARGET_PREFIX)ranlib + OBJCOPY = $(TARGET_PREFIX)objcopy + OBJDUMP = $(TARGET_PREFIX)objdump +else + TARGET_PREFIX = +endif + +ifdef USE_CXX + LINK = $(CXX) +else + LINK = $(CC) +endif + +PERL = + +# +# コンパイルルールの定義 +# +KERNEL_ALL_COBJS = $(KERNEL_COBJS) $(KERNEL_AUX_COBJS) + +$(KERNEL_ALL_COBJS): %.o: %.c + $(CC) -c $(CFLAGS) $(KERNEL_CFLAGS) $< + +$(KERNEL_ALL_COBJS:.o=.s): %.s: %.c + $(CC) -S $(CFLAGS) $(KERNEL_CFLAGS) $< + +$(KERNEL_LCOBJS): %.o: + $(CC) -D__$(*F) -o $@ -c $(CFLAGS) $(KERNEL_CFLAGS) $< + +$(KERNEL_LCOBJS:.o=.s): %.s: + $(CC) -D__$(*F) -o $@ -S $(CFLAGS) $(KERNEL_CFLAGS) $< + +$(KERNEL_ASMOBJS): %.o: %.S + $(CC) -c $(CFLAGS) $(KERNEL_CFLAGS) $< + +$(STASK_COBJS): %.o: %.c + $(CC) -c $(CFLAGS) $(STASK_CFLAGS) $< + +$(STASK_COBJS:.o=.s): %.s: %.c + $(CC) -S $(CFLAGS) $(STASK_CFLAGS) $< + +$(STASK_ASMOBJS): %.o: %.S + $(CC) -c $(CFLAGS) $(STASK_CFLAGS) $< + +$(UTASK_COBJS): %.o: %.c + $(CC) -c $(CFLAGS) $(UTASK_CFLAGS) $< + +$(UTASK_COBJS:.o=.s): %.s: %.c + $(CC) -S $(CFLAGS) $(UTASK_CFLAGS) $< + +$(UTASK_CXXOBJS): %.o: %.cpp + $(CXX) -c $(CFLAGS) $(UTASK_CFLAGS) $< + +$(UTASK_CXXOBJS:.o=.s): %.s: %.cpp + $(CXX) -S $(CFLAGS) $(UTASK_CFLAGS) $< + +$(UTASK_ASMOBJS): %.o: %.S + $(CC) -c $(CFLAGS) $(UTASK_CFLAGS) $< + +# +# 依存関係作成ルールの定義 +# +$(KERNEL_COBJS:.o=.d): %.d: %.c + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) \ + -O "$(CFLAGS) $(KERNEL_CFLAGS)" $< >> Makefile.depend + +$(KERNEL_LCSRCS:.c=.d): %.d: %.c + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) -T "$($*)" \ + -O "$(foreach sym,$($*),-D__$(sym:.o=)) \ + $(CFLAGS) $(KERNEL_CFLAGS)" $< >> Makefile.depend + +$(KERNEL_LCOBJS:.o=.d): %.d: + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) -T $*.o \ + -O "-D__$(*F) $(CFLAGS) $(KERNEL_CFLAGS)" $< >> Makefile.depend + +$(KERNEL_ASMOBJS:.o=.d): %.d: %.S + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) \ + -O "$(CFLAGS) $(KERNEL_CFLAGS)" $< >> Makefile.depend + +$(STASK_COBJS:.o=.d): %.d: %.c + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) \ + -O "$(CFLAGS) $(STASK_CFLAGS)" $< >> Makefile.depend + +$(STASK_ASMOBJS:.o=.d): %.d: %.S + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) \ + -O "$(CFLAGS) $(STASK_CFLAGS)" $< >> Makefile.depend + +$(UTASK_COBJS:.o=.d): %.d: %.c + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) \ + -O "$(CFLAGS) $(UTASK_CFLAGS)" $< >> Makefile.depend + +$(UTASK_CXXOBJS:.o=.d): %.d: %.cpp + @$(PERL) $(SRCDIR)/utils/makedep -C $(CXX) \ + -O "$(CFLAGS) $(UTASK_CFLAGS)" $< >> Makefile.depend + +$(UTASK_ASMOBJS:.o=.d): %.d: %.S + @$(PERL) $(SRCDIR)/utils/makedep -C $(CC) \ + -O "$(CFLAGS) $(UTASK_CFLAGS)" $< >> Makefile.depend + +# +# デフォルトコンパイルルールを上書き +# +%.o: %.c + @echo "*** Default compile rules should not be used." + $(CC) -c $(CFLAGS) $< + +%.s: %.c + @echo "*** Default compile rules should not be used." + $(CC) -S $(CFLAGS) $< + +%.o: %.cpp + @echo "*** Default compile rules should not be used." + $(CXX) -c $(CFLAGS) $< + +%.s: %.cpp + @echo "*** Default compile rules should not be used." + $(CXX) -S $(CFLAGS) $< + +%.o: %.S + @echo "*** Default compile rules should not be used." + $(CC) -c $(CFLAGS) $< diff --git a/trx305/Makefile.depend b/trx305/Makefile.depend new file mode 100644 index 0000000..d925e11 --- /dev/null +++ b/trx305/Makefile.depend @@ -0,0 +1,769 @@ +kernel_cfg.c kernel_id.h kernel_chk.c: \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/sil.h kernel/include/t_services.h sample1.cfg \ + kernel/include/kernel.h \ + kernel/config/blackfin/_common_bf533/hw_serial.cfg \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/systask/timer.cfg kernel/systask/logtask.cfg \ + kernel/include/t_config.h \ + kernel/config/blackfin/_common_bf533/hw_timer.h \ + kernel/include/t_stddef.h sample1.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/s_services.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_syslog.h kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/tool_config.h \ + kernel/systask/serial.cfg kernel/include/itron.h +makeoffset.s: kernel/kernel/jsp_kernel.h kernel/include/t_config.h \ + kernel/kernel/jsp_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/itron.h kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/makeoffset.c \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/cpu_config.h kernel/include/kernel.h \ + kernel/kernel/time_event.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_syslog.h kernel/kernel/task.h \ + kernel/kernel/queue.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_stddef.h +kernel_chk.s: kernel/config/blackfin/cpu_rename.h \ + kernel/kernel/task.h kernel_chk.c kernel/kernel/eventflag.h \ + kernel/include/itron.h kernel/include/../kernel/exception.h \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/kernel/mempfix.h kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/kernel/semaphore.h kernel/kernel/interrupt.h \ + kernel/config/blackfin/tool_defs.h kernel/include/timer.h \ + kernel/kernel/mailbox.h kernel/kernel/dataqueue.h \ + kernel/config/blackfin/tool_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_config.h kernel/kernel/time_event.h \ + kernel/include/t_stddef.h kernel/kernel/wait.h \ + kernel/kernel/jsp_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/kernel/cyclic.h kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/kernel/queue.h kernel/include/logtask.h \ + kernel/include/kernel.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h +cpu_support.o: kernel/kernel/jsp_rename.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h ./offset.h \ + kernel/include/t_stddef.h kernel/include/kernel.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/kernel/jsp_kernel.h kernel/include/t_syslog.h \ + kernel/include/itron.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/cpu_support.S \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/saverestore.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/tool_config.h +startup.o: kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/cpu_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/t_syslog.h kernel/include/kernel.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/t_config.h kernel/kernel/jsp_kernel.h \ + kernel/kernel/startup.c kernel/config/blackfin/cpu_config.h \ + kernel/include/itron.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_stddef.h kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/tool_config.h kernel/kernel/syslog.h \ + kernel/kernel/jsp_rename.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/time_event.h +banner.o: kernel/config/blackfin/tool_defs.h \ + kernel/kernel/jsp_rename.h kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/cpu_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/t_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/kernel.h kernel/kernel/banner.c \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_stddef.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/cpu_rename.h kernel/include/itron.h +chip_config.o: \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/stdlib.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_syslog.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/anomaly_macros_rtl.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/ccblkfn.h \ + kernel/config/blackfin/_common_bf533/chip_config.c \ + kernel/include/t_config.h kernel/include/itron.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/mc_typedef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/ieeefp.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdlib.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/_ansi.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/_default_types.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF532.h \ + kernel/include/t_stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/reent.h \ + kernel/kernel/jsp_kernel.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF533.h \ + kernel/include/sil.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF532.h \ + kernel/config/blackfin/tool_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/def_LPBlackfin.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/newlib.h \ + kernel/kernel/jsp_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/alloca.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/_types.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/_types.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/kernel.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/lock.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/features.h \ + kernel/config/blackfin/cpu_rename.h +uart.o: /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/itron.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/s_services.h kernel/include/t_syslog.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/sil.h kernel/include/t_stddef.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_config.h kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/pdic/simple_sio/uart.c \ + kernel/config/blackfin/tool_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/pdic/simple_sio/uart.h +chip_debugboot.o: \ + kernel/config/blackfin/_common_bf533/chip_debugboot.c \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/tool_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/kernel/jsp_kernel.h kernel/include/t_syslog.h \ + kernel/include/t_config.h kernel/include/itron.h \ + kernel/kernel/jsp_rename.h kernel/include/t_stddef.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/kernel.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/cpu_rename.h kernel/include/sil.h +chip_dump.o: \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/newlib.h \ + kernel/include/t_syslog.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdlib.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/lock.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/stdlib.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/defBF532.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF533.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/_common_bf533/chip_dump.c \ + kernel/include/itron.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/mc_typedef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/_default_types.h \ + kernel/kernel/jsp_kernel.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/_ansi.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/alloca.h \ + kernel/include/kernel.h kernel/include/t_stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdefBF532.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/kernel/jsp_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/tool_config.h \ + kernel/include/t_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/cdef_LPBlackfin.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/anomaly_macros_rtl.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/reent.h \ + kernel/config/blackfin/cpu_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/ccblkfn.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/ieeefp.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/features.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/sys/_types.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/machine/_types.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/def_LPBlackfin.h +cpu_config.o: kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/t_stddef.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_config.h kernel/include/itron.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/cpu_config.c \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/jsp_rename.h kernel/kernel/queue.h \ + kernel/kernel/task.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/kernel/time_event.h kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/cpu_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/kernel/check.h kernel/include/kernel.h +cpu_defs.o: kernel/include/t_stddef.h \ + kernel/config/blackfin/cpu_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/sil.h kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/s_services.h kernel/include/itron.h \ + kernel/include/t_syslog.h kernel/include/t_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/cpu_defs.c \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/tool_config.h +tskini.o tsksched.o tskrun.o tsknrun.o tskdmt.o tskact.o tskext.o tskpri.o tskrot.o tsktex.o: \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/kernel/queue.h kernel/kernel/jsp_rename.h \ + kernel/include/t_stddef.h kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_config.h kernel/config/blackfin/tool_defs.h \ + kernel/include/kernel.h kernel/config/blackfin/tool_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/cpu_defs.h kernel/include/itron.h \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/cpu_context.h kernel/kernel/task.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/kernel/task.c kernel/kernel/time_event.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h +waimake.o waicmp.o waitmo.o waitmook.o waican.o wairel.o wobjwai.o wobjwaitmo.o wobjpri.o: \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_syslog.h kernel/kernel/jsp_kernel.h \ + kernel/kernel/jsp_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/kernel/task.h kernel/include/t_stddef.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/tool_config.h kernel/kernel/queue.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/include/t_config.h kernel/kernel/wait.c \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/cpu_defs.h kernel/kernel/time_event.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/kernel/wait.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/kernel.h kernel/include/itron.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h +tmeini.o tmeup.o tmedown.o tmeins.o tmedel.o isig_tim.o: \ + kernel/kernel/jsp_rename.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_syslog.h kernel/kernel/time_event.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/cpu_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_config.h kernel/include/itron.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/kernel.h kernel/config/blackfin/tool_defs.h \ + kernel/kernel/jsp_kernel.h kernel/kernel/time_event.c \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/t_stddef.h kernel/kernel/check.h +logini.o vwri_log.o vrea_log.o vmsk_log.o logter.o: \ + kernel/kernel/time_event.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/jsp_kernel.h kernel/include/t_syslog.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/tool_defs.h kernel/kernel/syslog.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/kernel.h kernel/include/t_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/tool_config.h \ + kernel/include/t_stddef.h kernel/kernel/syslog.c \ + kernel/kernel/jsp_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/itron.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/cpu_config.h +act_tsk.o iact_tsk.o can_act.o ext_tsk.o ter_tsk.o chg_pri.o get_pri.o: \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/cpu_defs.h kernel/kernel/queue.h \ + kernel/kernel/check.h kernel/include/kernel.h \ + kernel/config/blackfin/cpu_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_config.h \ + kernel/config/blackfin/tool_config.h \ + kernel/kernel/jsp_rename.h kernel/kernel/time_event.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/kernel/wait.h kernel/kernel/task.h \ + kernel/kernel/task_manage.c \ + kernel/config/blackfin/cpu_config.h \ + kernel/include/t_stddef.h kernel/include/t_syslog.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/itron.h +slp_tsk.o tslp_tsk.o wup_tsk.o iwup_tsk.o can_wup.o rel_wai.o irel_wai.o sus_tsk.o rsm_tsk.o frsm_tsk.o dly_tsk.o: \ + kernel/config/blackfin/tool_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/kernel/queue.h kernel/config/blackfin/cpu_config.h \ + kernel/include/t_config.h kernel/config/blackfin/cpu_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_stddef.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/kernel/time_event.h kernel/kernel/task.h \ + kernel/include/kernel.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/t_syslog.h kernel/kernel/task_sync.c \ + kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/itron.h kernel/kernel/check.h \ + kernel/kernel/jsp_rename.h kernel/kernel/wait.h +ras_tex.o iras_tex.o dis_tex.o ena_tex.o sns_tex.o: \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/queue.h kernel/include/t_syslog.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/kernel/task_except.c kernel/kernel/time_event.h \ + kernel/include/t_stddef.h kernel/config/blackfin/tool_defs.h \ + kernel/include/t_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/kernel/jsp_rename.h kernel/kernel/check.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/kernel.h kernel/include/itron.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/kernel/task.h +semini.o sig_sem.o isig_sem.o wai_sem.o pol_sem.o twai_sem.o: \ + kernel/include/kernel.h kernel/kernel/task.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_syslog.h kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/cpu_defs.h kernel/kernel/jsp_kernel.h \ + kernel/kernel/time_event.h \ + kernel/config/blackfin/tool_config.h \ + kernel/kernel/jsp_rename.h kernel/include/itron.h \ + kernel/kernel/wait.h kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_stddef.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/cpu_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/kernel/check.h kernel/include/t_config.h \ + kernel/kernel/queue.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/kernel/semaphore.h kernel/kernel/semaphore.c +flgini.o flgcnd.o set_flg.o iset_flg.o clr_flg.o wai_flg.o pol_flg.o twai_flg.o: \ + kernel/kernel/wait.h kernel/kernel/eventflag.h \ + kernel/kernel/eventflag.c \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/kernel.h kernel/kernel/check.h \ + kernel/include/t_config.h kernel/config/blackfin/cpu_defs.h \ + kernel/include/itron.h kernel/kernel/queue.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/time_event.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/tool_config.h kernel/kernel/task.h \ + kernel/kernel/jsp_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h +dtqini.o dtqenq.o dtqfenq.o dtqdeq.o dtqsnd.o dtqrcv.o snd_dtq.o psnd_dtq.o ipsnd_dtq.o tsnd_dtq.o fsnd_dtq.o ifsnd_dtq.o rcv_dtq.o prcv_dtq.o trcv_dtq.o: \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/t_syslog.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/jsp_kernel.h kernel/include/kernel.h \ + kernel/kernel/dataqueue.c kernel/config/blackfin/tool_defs.h \ + kernel/kernel/queue.h kernel/kernel/task.h \ + kernel/kernel/check.h kernel/kernel/time_event.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/itron.h kernel/kernel/jsp_rename.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/kernel/dataqueue.h kernel/include/t_config.h \ + kernel/include/t_stddef.h kernel/config/blackfin/cpu_defs.h \ + kernel/kernel/wait.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h +mbxini.o snd_mbx.o rcv_mbx.o prcv_mbx.o trcv_mbx.o: \ + kernel/kernel/mailbox.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/cpu_defs.h kernel/include/t_syslog.h \ + kernel/include/itron.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/tool_defs.h kernel/kernel/task.h \ + kernel/config/blackfin/tool_config.h kernel/kernel/wait.h \ + kernel/include/kernel.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/kernel/check.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/t_stddef.h kernel/kernel/jsp_rename.h \ + kernel/config/blackfin/cpu_rename.h kernel/kernel/mailbox.c \ + kernel/kernel/queue.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/t_config.h kernel/kernel/time_event.h +mpfini.o mpfget.o get_mpf.o pget_mpf.o tget_mpf.o rel_mpf.o: \ + kernel/kernel/wait.h kernel/config/blackfin/cpu_config.h \ + kernel/kernel/mempfix.h kernel/include/t_config.h \ + kernel/config/blackfin/cpu_defs.h kernel/include/itron.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/t_syslog.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/kernel/queue.h kernel/kernel/jsp_kernel.h \ + kernel/kernel/jsp_rename.h kernel/include/kernel.h \ + kernel/kernel/check.h kernel/kernel/task.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/t_stddef.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/kernel/time_event.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/kernel/mempfix.c \ + kernel/config/blackfin/_common_bf533/chip_config.h +set_tim.o get_tim.o vxget_tim.o: kernel/kernel/jsp_kernel.h \ + kernel/kernel/time_manage.c \ + kernel/config/blackfin/cpu_rename.h kernel/include/kernel.h \ + kernel/include/t_config.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/t_stddef.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/kernel/check.h kernel/include/itron.h \ + kernel/include/t_syslog.h kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/tool_config.h \ + kernel/kernel/time_event.h kernel/kernel/jsp_rename.h \ + kernel/config/blackfin/tool_defs.h +cycini.o cycenq.o sta_cyc.o stp_cyc.o cyccal.o: \ + kernel/config/blackfin/cpu_config.h kernel/kernel/check.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_config.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/kernel/jsp_rename.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/kernel.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/kernel/time_event.h kernel/include/itron.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_syslog.h kernel/include/t_stddef.h \ + kernel/kernel/queue.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/kernel/cyclic.h kernel/kernel/cyclic.c \ + kernel/config/blackfin/tool_defs.h +rot_rdq.o irot_rdq.o get_tid.o iget_tid.o loc_cpu.o iloc_cpu.o unl_cpu.o iunl_cpu.o dis_dsp.o ena_dsp.o sns_ctx.o sns_loc.o sns_dsp.o sns_dpn.o vsns_ini.o: \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/kernel/sys_manage.c kernel/kernel/jsp_rename.h \ + kernel/kernel/queue.h kernel/config/blackfin/cpu_config.h \ + kernel/include/t_config.h kernel/include/kernel.h \ + kernel/config/blackfin/cpu_rename.h kernel/include/itron.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/kernel/time_event.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/include/t_syslog.h kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/kernel/task.h kernel/include/t_stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/kernel/check.h \ + kernel/config/blackfin/_common_bf533/chip_config.h +inhini.o: kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/tool_defs.h kernel/include/kernel.h \ + kernel/kernel/interrupt.c \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/t_config.h kernel/config/blackfin/cpu_defs.h \ + kernel/kernel/jsp_kernel.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/kernel/jsp_rename.h kernel/kernel/interrupt.h \ + kernel/include/itron.h kernel/config/blackfin/tool_config.h \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/_common_bf533/chip_config.h +excini.o vxsns_ctx.o vxsns_loc.o vxsns_dsp.o vxsns_dpn.o vxsns_tex.o: \ + kernel/include/kernel.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/kernel/exception.c \ + kernel/config/blackfin/tool_config.h \ + kernel/include/t_config.h kernel/kernel/jsp_rename.h \ + kernel/config/blackfin/tool_defs.h kernel/include/itron.h \ + kernel/config/blackfin/cpu_rename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_stddef.h kernel/kernel/exception.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/kernel/queue.h kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/kernel/time_event.h kernel/kernel/task.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_syslog.h kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h +start.o: kernel/config/blackfin/saverestore.h \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/kernel/jsp_kernel.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_config.h kernel/include/t_stddef.h \ + kernel/config/blackfin/start.S kernel/include/itron.h \ + kernel/include/kernel.h kernel/config/blackfin/cpu_defs.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/kernel/jsp_rename.h +cpu_crtbegin.o: kernel/config/blackfin/cpu_crtbegin.c +sample1.o: kernel/include/t_syslog.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/tool_defs.h kernel_id.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/cpu_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + sample1.c sample1.h kernel/include/t_services.h \ + kernel/include/kernel.h kernel/include/t_stddef.h \ + kernel/include/serial.h kernel/include/itron.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h +timer.o: kernel/include/sil.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/s_services.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_stddef.h kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/itron.h kernel/include/kernel.h \ + kernel/config/blackfin/_common_bf533/hw_timer.h \ + kernel/include/t_config.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/cpu_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/timer.h kernel/include/serial.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_services.h \ + kernel/config/blackfin/tool_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/systask/timer.c +serial.o: kernel/include/itron.h kernel/systask/serial.c \ + kernel/config/blackfin/tool_defs.h \ + kernel/pdic/simple_sio/uart.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/_common_bf533/hw_serial.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_services.h ./kernel_id.h \ + kernel/include/t_syslog.h kernel/config/blackfin/cpu_defs.h \ + kernel/include/kernel.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/sil.h kernel/config/blackfin/cpu_rename.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/cpu_config.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_stddef.h kernel/include/s_services.h \ + kernel/include/t_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/serial.h +logtask.o: kernel/include/logtask.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/t_stddef.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/t_syslog.h kernel/config/blackfin/tool_defs.h \ + kernel/include/t_config.h kernel/include/itron.h \ + kernel/include/serial.h kernel/systask/logtask.c \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/cpu_defs.h kernel/include/kernel.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/t_services.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/cpu_config.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h +log_output.o: kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/t_stddef.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/kernel.h kernel/include/t_syslog.h \ + kernel/library/log_output.c \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/serial.h kernel/include/itron.h \ + kernel/config/blackfin/tool_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_services.h \ + kernel/config/blackfin/cpu_defs.h +vasyslog.o: kernel/config/blackfin/cpu_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_stddef.h kernel/include/t_syslog.h \ + kernel/include/t_services.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/include/serial.h kernel/config/blackfin/tool_defs.h \ + kernel/include/itron.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/library/vasyslog.c \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stdarg.h \ + kernel/include/kernel.h +t_perror.o: \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/kernel.h kernel/include/t_stddef.h \ + kernel/include/serial.h kernel/library/t_perror.c \ + kernel/include/t_syslog.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/t_services.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/cpu_defs.h kernel/include/itron.h +strerror.o: kernel/include/serial.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/kernel.h kernel/include/t_services.h \ + kernel/include/t_stddef.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/config/blackfin/cpu_defs.h kernel/include/itron.h \ + kernel/library/strerror.c \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/include/t_syslog.h kernel/config/blackfin/tool_defs.h +kernel_cfg.o: kernel/include/itron.h kernel/include/kernel_cfg.h \ + kernel/config/blackfin/tool_config.h \ + kernel/config/blackfin/cpu_rename.h \ + kernel/include/../kernel/mempfix.h \ + kernel/include/../kernel/dataqueue.h \ + kernel/config/blackfin/_common_bf533/chip_config.h \ + kernel/include/t_services.h kernel/include/kernel.h \ + kernel/config/blackfin/tool_defs.h \ + kernel/config/blackfin/cpu_config.h kernel_id.h \ + kernel/config/blackfin/_common_bf533/sys_unrename.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include/stddef.h \ + kernel/config/blackfin/_common_bf533/chip_defs.h \ + kernel/config/blackfin/ezkit_bf533/sys_config.h \ + kernel/include/../kernel/jsp_rename.h \ + kernel/config/blackfin/_common_bf533/sys_rename.h \ + kernel/config/blackfin/cpu_unrename.h \ + kernel/include/../kernel/semaphore.h sample1.h \ + kernel/include/../kernel/jsp_kernel.h \ + kernel/include/../kernel/time_event.h \ + kernel/include/serial.h kernel/include/t_config.h \ + kernel/include/s_services.h kernel/include/../kernel/task.h \ + kernel/include/../kernel/cyclic.h \ + kernel/config/blackfin/cpu_defs.h \ + kernel/pdic/simple_sio/uart.h \ + kernel/include/../kernel/interrupt.h \ + kernel/include/logtask.h \ + kernel/config/blackfin/_common_bf533/hw_serial.h \ + kernel/include/t_syslog.h \ + kernel/include/../kernel/jsp_unrename.h \ + kernel/include/../kernel/queue.h \ + kernel/include/../kernel/mailbox.h kernel/include/t_stddef.h \ + kernel/config/blackfin/ezkit_bf533/sys_defs.h \ + kernel/include/../kernel/exception.h \ + /opt/uClinux2011R1RC4/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/include-fixed/limits.h \ + kernel/include/../kernel/eventflag.h \ + kernel/config/blackfin/_common_bf533/hw_timer.h \ + kernel/include/sil.h kernel/include/timer.h kernel_cfg.c +cpu_crtend.o: kernel/config/blackfin/cpu_crtend.c diff --git a/trx305/kernel/cfg/.gitignore b/trx305/kernel/cfg/.gitignore new file mode 100644 index 0000000..beadd03 --- /dev/null +++ b/trx305/kernel/cfg/.gitignore @@ -0,0 +1,3 @@ +/cfg +/chk +/Makefile.depend -- 2.11.0