summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc32xx/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-06-19 10:34:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-06-19 10:34:09 +0000
commit30a45737b3de91adbc93d1ef30250a849a4776c8 (patch)
tree041cd2318ded6b33505b12396bf387451a039ba6 /c/src/lib/libbsp/arm/lpc32xx/Makefile.am
parent2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-30a45737b3de91adbc93d1ef30250a849a4776c8.tar.bz2
2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Fix broken path to cache_.h.
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc32xx/Makefile.am')
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/arm/lpc32xx/Makefile.am b/c/src/lib/libbsp/arm/lpc32xx/Makefile.am
index 55bd4fe2a1..4b03978eec 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/Makefile.am
+++ b/c/src/lib/libbsp/arm/lpc32xx/Makefile.am
@@ -136,8 +136,8 @@ libbsp_a_SOURCES += misc/timer.c \
# I2C
# Cache
-libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c \
- ../../../libcpu/arm/shared/cache/cache_.h
+libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
+libbsp_a_SOURCES += ../../../libcpu/arm/shared/include/cache_.h
libbsp_a_CPPFLAGS += -I$(srcdir)/../../../libcpu/arm/shared/include
# Start hooks