mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* Makefile.am, preinstall.am: Added generic interrupt support modules.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* Makefile.am, preinstall.am: Added generic interrupt support modules.
|
||||||
|
|
||||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* make/custom/smdk2410.cfg: Use VFP floating point model.
|
* make/custom/smdk2410.cfg: Use VFP floating point model.
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ include_HEADERS = ../gp32/include/bsp.h
|
|||||||
include_HEADERS += ../gp32/smc/smc.h
|
include_HEADERS += ../gp32/smc/smc.h
|
||||||
include_HEADERS += ../../shared/include/tm27.h
|
include_HEADERS += ../../shared/include/tm27.h
|
||||||
|
|
||||||
|
include_bsp_HEADERS =
|
||||||
|
|
||||||
nodist_include_HEADERS = include/bspopts.h
|
nodist_include_HEADERS = include/bspopts.h
|
||||||
nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
|
nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
|
||||||
DISTCLEANFILES = include/bspopts.h
|
DISTCLEANFILES = include/bspopts.h
|
||||||
@@ -38,6 +40,14 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
|||||||
../../shared/gnatinstallhandler.c
|
../../shared/gnatinstallhandler.c
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += ../gp32/console/uart.c ../../shared/console.c
|
libbsp_a_SOURCES += ../gp32/console/uart.c ../../shared/console.c
|
||||||
|
# IRQ
|
||||||
|
include_bsp_HEADERS += ../../shared/include/irq-generic.h \
|
||||||
|
../../shared/include/irq-info.h
|
||||||
|
libbsp_a_SOURCES += ../../shared/src/irq-generic.c \
|
||||||
|
../../shared/src/irq-legacy.c \
|
||||||
|
../../shared/src/irq-info.c \
|
||||||
|
../../shared/src/irq-shell.c \
|
||||||
|
../../shared/src/irq-server.c
|
||||||
# abort
|
# abort
|
||||||
libbsp_a_SOURCES += ../shared/abort/abort.c
|
libbsp_a_SOURCES += ../shared/abort/abort.c
|
||||||
# smc
|
# smc
|
||||||
|
|||||||
@@ -69,3 +69,11 @@ $(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
|
|||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
|
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
|
||||||
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds
|
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/bsp/irq-generic.h: ../../shared/include/irq-generic.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq-generic.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq-generic.h
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/bsp/irq-info.h: ../../shared/include/irq-info.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq-info.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq-info.h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user