2008-05-16 Joel Sherrill <joel.sherrill@OARcorp.com>

* preinstall.am, console/console-io.c: Install cplb.h and use it.
This commit is contained in:
Joel Sherrill
2008-05-16 18:02:50 +00:00
parent 088a954394
commit 0a665801d0
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-05-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* preinstall.am, console/console-io.c: Install cplb.h and use it.
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Add capability for bootcard.c BSP Initialization

View File

@@ -16,6 +16,7 @@
#include <bsp.h>
#include <cplb.h>
#include <rtems/libio.h>
#include <stdlib.h>
#include <assert.h>

View File

@@ -36,6 +36,10 @@ $(PROJECT_INCLUDE)/bsp.h: include/bsp.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
$(PROJECT_INCLUDE)/cplb.h: include/cplb.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/cplb.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/cplb.h
$(PROJECT_INCLUDE)/tm27.h: include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h