summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp/nexus-devices.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-07-23 15:38:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-07-23 15:38:50 +0200
commit3cb5e9ef6dd3925fff544e164d8fb97e6590f38f (patch)
tree2de201373413f864ae3c61b7b23d0cb65e1dd683 /rtemsbsd/include/bsp/nexus-devices.h
parentFix buiding for the i386. (diff)
downloadrtems-libbsd-3cb5e9ef6dd3925fff544e164d8fb97e6590f38f.tar.bz2
Update due to header guard changes
Diffstat (limited to 'rtemsbsd/include/bsp/nexus-devices.h')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index fcd8775f..3b9a97c2 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -52,7 +52,7 @@ static const rtems_bsd_device_resource smc0_res[] = {
RTEMS_BSD_DEFINE_NEXUS_DEVICE(smc, 0, RTEMS_ARRAY_SIZE(smc0_res),
&smc0_res[0]);
-#elif defined(__GENMCF548X_BSP_H)
+#elif defined(LIBBSP_M68K_GENMCF548X_BSP_H)
RTEMS_BSD_DEFINE_NEXUS_DEVICE(fec, 0, 0, NULL);