summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-19 15:28:33 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-19 15:29:31 +0100
commitd898f6e18ec2e84977edb5024052ecca64cf39f3 (patch)
tree5a76cc86e3576e241bfa4c27a886a26cf53ebc1d /c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
parentsmp03: Use floating-point tasks (diff)
downloadrtems-d898f6e18ec2e84977edb5024052ecca64cf39f3.tar.bz2
bsp/gen5200: Fix i2c.h and i2cdrv.h installation
Install these files only as <bsp/i2c.h> and <bsp/i2cdrv.h>. Update #3254.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
index 77bb19702e..40ac1116c5 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
@@ -142,7 +142,7 @@ LINKER_SYMBOL(MBAR);
#ifndef ASM
#include <rtems.h>
-#include <i2cdrv.h>
+#include <bsp/i2cdrv.h>
#include <bsp/irq.h>
#include <bsp/vectors.h>
#include <bsp/u-boot.h>