mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:38:16 +00:00
bsps/powerpc: Move shared irq.h
This header file is only used by motorola_powerpc, so not shared. Update #3254. Update #3268.
This commit is contained in:
@@ -84,13 +84,13 @@ libbsp_a_SOURCES += ../../powerpc/shared/console/consoleIo.h
|
||||
libbsp_a_SOURCES += ../../powerpc/shared/console/keyboard.h
|
||||
libbsp_a_SOURCES += ../../powerpc/shared/console/uart.h
|
||||
|
||||
include_bsp_HEADERS += ../../powerpc/shared/irq/irq.h \
|
||||
include_bsp_HEADERS += include/bsp/irq.h \
|
||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h
|
||||
|
||||
# irq
|
||||
libbsp_a_SOURCES += ../../powerpc/shared/irq/irq_init.c
|
||||
libbsp_a_SOURCES += ../../powerpc/shared/irq/openpic_i8259_irq.c
|
||||
libbsp_a_SOURCES += ../../powerpc/shared/irq/i8259.c ../../powerpc/shared/irq/irq.h
|
||||
libbsp_a_SOURCES += ../../powerpc/shared/irq/i8259.c
|
||||
|
||||
include_bsp_HEADERS += ../../powerpc/shared/motorola/motorola.h
|
||||
# motorola
|
||||
|
||||
@@ -85,7 +85,7 @@ $(PROJECT_INCLUDE)/bsp/uart.h: ../../powerpc/shared/console/uart.h $(PROJECT_INC
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/uart.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/uart.h
|
||||
|
||||
$(PROJECT_INCLUDE)/bsp/irq.h: ../../powerpc/shared/irq/irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||
$(PROJECT_INCLUDE)/bsp/irq.h: include/bsp/irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.h
|
||||
|
||||
|
||||
@@ -74,8 +74,7 @@ libbsp_a_SOURCES += ../../powerpc/shared/console/uart.c \
|
||||
include_bsp_HEADERS += irq/irq.h
|
||||
# irq
|
||||
libbsp_a_SOURCES += irq/irq_init.c \
|
||||
../../powerpc/shared/irq/openpic_i8259_irq.c \
|
||||
../../powerpc/shared/irq/irq.h
|
||||
../../powerpc/shared/irq/openpic_i8259_irq.c
|
||||
|
||||
include_bsp_HEADERS += ../../powerpc/shared/openpic/openpic.h
|
||||
# openpic
|
||||
|
||||
Reference in New Issue
Block a user