[rtems commit] bsp/qoriq: Delete empty header file

Sebastian Huber sebh at rtems.org
Thu Nov 27 13:04:48 UTC 2014


Module:    rtems
Branch:    master
Commit:    3a8566b7966c6da0849792c3959900d9de9cb824
Changeset: http://git.rtems.org/rtems/commit/?id=3a8566b7966c6da0849792c3959900d9de9cb824

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov 27 14:03:34 2014 +0100

bsp/qoriq: Delete empty header file

close #2062

---

 c/src/lib/libbsp/powerpc/qoriq/Makefile.am          | 1 -
 c/src/lib/libbsp/powerpc/qoriq/include/hwreg_vals.h | 0
 c/src/lib/libbsp/powerpc/qoriq/preinstall.am        | 4 ----
 3 files changed, 5 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/qoriq/Makefile.am b/c/src/lib/libbsp/powerpc/qoriq/Makefile.am
index 97d97a2..a87f296 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/qoriq/Makefile.am
@@ -28,7 +28,6 @@ include_bsp_HEADERS = include/irq.h \
 	../shared/include/start.h \
 	../shared/include/tictac.h \
 	../shared/include/linker-symbols.h \
-	include/hwreg_vals.h \
 	include/tsec-config.h \
 	include/u-boot-config.h \
 	include/mmu.h \
diff --git a/c/src/lib/libbsp/powerpc/qoriq/include/hwreg_vals.h b/c/src/lib/libbsp/powerpc/qoriq/include/hwreg_vals.h
deleted file mode 100644
index e69de29..0000000
diff --git a/c/src/lib/libbsp/powerpc/qoriq/preinstall.am b/c/src/lib/libbsp/powerpc/qoriq/preinstall.am
index 3b947fb..4a50d5b 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/preinstall.am
+++ b/c/src/lib/libbsp/powerpc/qoriq/preinstall.am
@@ -93,10 +93,6 @@ $(PROJECT_INCLUDE)/bsp/linker-symbols.h: ../shared/include/linker-symbols.h $(PR
 	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/linker-symbols.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/linker-symbols.h
 
-$(PROJECT_INCLUDE)/bsp/hwreg_vals.h: include/hwreg_vals.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
-	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/hwreg_vals.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/hwreg_vals.h
-
 $(PROJECT_INCLUDE)/bsp/tsec-config.h: include/tsec-config.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
 	$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/tsec-config.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/tsec-config.h



More information about the vc mailing list