mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 16:44:32 +08:00
2002-09-14 Ivan Guzvinec <ivang@opencores.org>
* include/bsp.h, startup/Makefile.am, startup/bspclean.c: Cleanup so the BSP works.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-09-14 Ivan Guzvinec <ivang@opencores.org>
|
||||
|
||||
* include/bsp.h, startup/Makefile.am, startup/bspclean.c:
|
||||
Cleanup so the BSP works.
|
||||
|
||||
2002-08-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bsp_specs: Added support for -nostdlibs.
|
||||
|
||||
@@ -14,13 +14,15 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __NO_BSP_h
|
||||
#define __NO_BSP_h
|
||||
#ifndef __ORP_h
|
||||
#define __ORP_h
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <bspopts.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <console.h>
|
||||
#include <clockdrv.h>
|
||||
|
||||
@@ -7,8 +7,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared
|
||||
|
||||
PGM = $(ARCH)/startup.rel
|
||||
|
||||
C_FILES = bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
|
||||
gnatinstallhandler.c
|
||||
C_FILES = bsplibc.c bsppost.c bspstart.c bspclean.c bootcard.c main.c sbrk.c \
|
||||
gnatinstallhandler.c setvec.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
S_FILES =
|
||||
|
||||
@@ -22,4 +22,5 @@
|
||||
|
||||
void bsp_cleanup( void )
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user