[rtems commit] bsp/mpc55xx: Delete <bsp/mpc55xxevb.h>
Sebastian Huber
sebh at rtems.org
Mon Dec 3 12:14:54 UTC 2012
Module: rtems
Branch: master
Commit: bb3090c545816f0880b85f925c6fd688dd96bed7
Changeset: http://git.rtems.org/rtems/commit/?id=bb3090c545816f0880b85f925c6fd688dd96bed7
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Nov 23 14:43:04 2012 +0100
bsp/mpc55xx: Delete <bsp/mpc55xxevb.h>
---
c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am | 1 -
.../libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h | 27 --------------------
c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am | 4 ---
3 files changed, 0 insertions(+), 32 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
index 5437ab1..1987e0c 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
@@ -53,7 +53,6 @@ include_bsp_HEADERS += ../shared/include/linker-symbols.h
include_bsp_HEADERS += ../shared/include/start.h
include_bsp_HEADERS += ../shared/include/tictac.h
include_bsp_HEADERS += include/mpc55xx-config.h
-include_bsp_HEADERS += include/mpc55xxevb.h
include_bsp_HEADERS += include/smsc9218i.h
include_bsp_HEADERS += include/console-esci.h
include_bsp_HEADERS += include/console-generic.h
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h b/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h
deleted file mode 100644
index 22a8b5c..0000000
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * @file
- *
- * @ingroup mpc55xx
- *
- * @brief Empty file.
- */
-
-/*
- * Copyright (c) 2008
- * Embedded Brains GmbH
- * Obere Lagerstr. 30
- * D-82178 Puchheim
- * Germany
- * rtems at embedded-brains.de
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
-
-#ifndef LIBBSP_POWERPC_MPC55XXEVB_H
-#define LIBBSP_POWERPC_MPC55XXEVB_H
-
-/* TODO */
-
-#endif /* LIBBSP_POWERPC_MPC55XXEVB_H */
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am b/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am
index 71de3c8..bfaaa12 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/preinstall.am
@@ -161,10 +161,6 @@ $(PROJECT_INCLUDE)/bsp/mpc55xx-config.h: include/mpc55xx-config.h $(PROJECT_INCL
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/mpc55xx-config.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/mpc55xx-config.h
-$(PROJECT_INCLUDE)/bsp/mpc55xxevb.h: include/mpc55xxevb.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/mpc55xxevb.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/mpc55xxevb.h
-
$(PROJECT_INCLUDE)/bsp/smsc9218i.h: include/smsc9218i.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/smsc9218i.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/smsc9218i.h
More information about the vc
mailing list