From 598a450518f10d4c0fba932035ffba094ced8a37 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 3 Dec 2010 09:29:08 +0000 Subject: 2010-12-03 Sebastian Huber * include/lpc32xx.h: Added I2S module. * Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c, startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1, startup/linkcmds.lpc32xx_mzx_stage_2, startup/linkcmds.lpc32xx_phycore: Update due to linker command file changes. --- c/src/lib/libbsp/arm/lpc32xx/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/arm/lpc32xx/Makefile.am') diff --git a/c/src/lib/libbsp/arm/lpc32xx/Makefile.am b/c/src/lib/libbsp/arm/lpc32xx/Makefile.am index 5b5f345de9..b50a30197f 100644 --- a/c/src/lib/libbsp/arm/lpc32xx/Makefile.am +++ b/c/src/lib/libbsp/arm/lpc32xx/Makefile.am @@ -35,10 +35,10 @@ include_bsp_HEADERS += ../../shared/include/irq-info.h include_bsp_HEADERS += ../../shared/include/stackalloc.h include_bsp_HEADERS += ../../shared/include/uart-output-char.h include_bsp_HEADERS += ../../shared/tod.h -include_bsp_HEADERS += ../shared/include/linker-symbols.h include_bsp_HEADERS += ../shared/include/start.h include_bsp_HEADERS += ../shared/lpc/include/lpc-timer.h include_bsp_HEADERS += ../shared/lpc/include/lpc-dma.h +include_bsp_HEADERS += ../shared/lpc/include/lpc-i2s.h include_bsp_HEADERS += include/irq.h include_bsp_HEADERS += include/mmu.h include_bsp_HEADERS += include/lpc32xx.h @@ -64,7 +64,6 @@ project_lib_DATA = start.$(OBJEXT) project_lib_DATA += startup/linkcmds project_lib_DATA += startup/linkcmds.lpc32xx -project_lib_DATA += ../shared/startup/linkcmds.base EXTRA_DIST = startup/linkcmds.lpc32xx_phycore \ startup/linkcmds.lpc32xx_mzx_stage_1 \ -- cgit v1.2.3