From adf81e9389c9201baf00c167fc9a538a44e754f1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 30 Sep 2008 06:19:21 +0000 Subject: =?UTF-8?q?2008-09-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above. --- c/src/lib/libbsp/c4x/c4xsim/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/c4x/c4xsim/Makefile.am') diff --git a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am index 97552374c1..4ca1280d83 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/Makefile.am +++ b/c/src/lib/libbsp/c4x/c4xsim/Makefile.am @@ -39,7 +39,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \ ../../c4x/shared/bspspuriousinit.c startup/spurious.c \ ../../shared/gnatinstallhandler.c # clock -libbsp_a_SOURCES += clock/clock.c +libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h # console libbsp_a_SOURCES += console/consolereserveresources.c console/debugio.c \ console/simio.c ../../shared/console.c -- cgit v1.2.3