mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 03:09:00 +08:00
bsp/gen83xx: Install new header file
This commit is contained in:
@@ -17,6 +17,18 @@ nodist_include_HEADERS = include/bspopts.h
|
||||
nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
include_bsp_HEADERS =
|
||||
include_bsp_HEADERS += ../../shared/include/irq-generic.h
|
||||
include_bsp_HEADERS += ../../shared/include/irq-info.h
|
||||
include_bsp_HEADERS += ../../shared/include/u-boot.h
|
||||
include_bsp_HEADERS += ../../shared/include/utility.h
|
||||
include_bsp_HEADERS += ../shared/include/tictac.h
|
||||
include_bsp_HEADERS += ../shared/include/u-boot-board-info.h
|
||||
include_bsp_HEADERS += include/hwreg_vals.h
|
||||
include_bsp_HEADERS += include/irq.h
|
||||
include_bsp_HEADERS += include/tsec-config.h
|
||||
include_bsp_HEADERS += include/u-boot-config.h
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
include_HEADERS += ../../shared/include/coverhd.h
|
||||
@@ -64,16 +76,6 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c \
|
||||
# clock
|
||||
libbsp_a_SOURCES += ../shared/clock/clock.c
|
||||
|
||||
include_bsp_HEADERS = include/irq.h \
|
||||
../../shared/include/irq-generic.h \
|
||||
../../shared/include/irq-info.h \
|
||||
../../shared/include/u-boot.h \
|
||||
../shared/include/u-boot-board-info.h \
|
||||
../shared/include/tictac.h \
|
||||
include/hwreg_vals.h \
|
||||
include/tsec-config.h \
|
||||
include/u-boot-config.h
|
||||
|
||||
# irq
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-default-handler.c
|
||||
libbsp_a_SOURCES += ../../shared/src/irq-generic.c
|
||||
|
||||
Reference in New Issue
Block a user