forked from Imagelibrary/rtems
2008-09-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
* Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c: Move utility.h
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
|
||||||
|
Move utility.h
|
||||||
|
|
||||||
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
|
* Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
|
||||||
|
|||||||
@@ -24,7 +24,8 @@ include_HEADERS = include/bsp.h
|
|||||||
|
|
||||||
nodist_include_HEADERS = include/bspopts.h
|
nodist_include_HEADERS = include/bspopts.h
|
||||||
|
|
||||||
include_bsp_HEADERS = ../../shared/include/irq-generic.h \
|
include_bsp_HEADERS = ../../shared/include/utility.h \
|
||||||
|
../../shared/include/irq-generic.h \
|
||||||
../../shared/tod.h \
|
../../shared/tod.h \
|
||||||
../shared/include/linker-symbols.h \
|
../shared/include/linker-symbols.h \
|
||||||
../shared/include/start.h \
|
../shared/include/start.h \
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <libcpu/utility.h>
|
#include <bsp/utility.h>
|
||||||
|
|
||||||
/* Vectored Interrupt Controller (VIC) */
|
/* Vectored Interrupt Controller (VIC) */
|
||||||
#define VIC_BASE_ADDR 0xFFFFF000
|
#define VIC_BASE_ADDR 0xFFFFF000
|
||||||
|
|||||||
@@ -18,9 +18,8 @@
|
|||||||
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
|
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libcpu/utility.h>
|
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
#include <bsp/utility.h>
|
||||||
#include <bsp/lpc24xx.h>
|
#include <bsp/lpc24xx.h>
|
||||||
#include <bsp/system-clocks.h>
|
#include <bsp/system-clocks.h>
|
||||||
|
|
||||||
|
|||||||
@@ -46,6 +46,10 @@ $(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h $(PROJECT_INCLUDE)/$(dirstamp)
|
|||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bspopts.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bspopts.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/bsp/utility.h: ../../shared/include/utility.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/utility.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/utility.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/irq-generic.h: ../../shared/include/irq-generic.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/irq-generic.h: ../../shared/include/irq-generic.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq-generic.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq-generic.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq-generic.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq-generic.h
|
||||||
|
|||||||
Reference in New Issue
Block a user