forked from Imagelibrary/rtems
Fixed so hppa1.1 compiles with only problems in simhppa BSP.
This commit is contained in:
@@ -4,15 +4,25 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.4
|
||||||
|
|
||||||
H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h
|
GENOFFSETS = $(PROJECT_ROOT)/tools/cpu/hppa1.1/genoffsets
|
||||||
noinst_HEADERS = $(H_FILES)
|
|
||||||
|
GENERIC_H_FILES = offsets.h
|
||||||
|
STATIC_H_FILES = cpu.h cpu_asm.h hppa.h hppatypes.h
|
||||||
|
noinst_HEADERS = $(STATIC_H_FILES)
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
|
offsets.h: $(GENOFFSETS) cpu.h
|
||||||
|
$(RM) $@
|
||||||
|
$(GENOFFSETS) > $@
|
||||||
|
|
||||||
|
CLEANFILES = offsets.h
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
||||||
$(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
|
$(STATIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \
|
||||||
|
$(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score:
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ extern "C" {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */
|
/* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */
|
||||||
/* #define CONFIGURE_INTERRUPT_STACK_MEMORY (TBD * 1024) */
|
#define CONFIGURE_INTERRUPT_STACK_MEMORY (4 * 1024)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the time limits for RTEMS Test Suite test durations.
|
* Define the time limits for RTEMS Test Suite test durations.
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ $(PROJECT_INCLUDE)/hppa1.1:
|
|||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/hppa1.1/%.h: %.h
|
$(PROJECT_INCLUDE)/hppa1.1/%.h: %.h
|
||||||
$(INSTALL_DATA) $@ $<
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \
|
||||||
$(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h)
|
$(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h)
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user