From e58e29fdb9dc1ba516691d9df373b2bdaa480f51 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 24 Nov 2017 07:58:55 +0100 Subject: Remove coverhd.h This header file contained timing overhead values which are hard to maintain. Update #3254. --- c/src/lib/libbsp/mips/csb350/Makefile.am | 1 - c/src/lib/libbsp/mips/csb350/preinstall.am | 4 ---- 2 files changed, 5 deletions(-) (limited to 'c/src/lib/libbsp/mips/csb350') diff --git a/c/src/lib/libbsp/mips/csb350/Makefile.am b/c/src/lib/libbsp/mips/csb350/Makefile.am index a69fe94018..59930b0d8b 100644 --- a/c/src/lib/libbsp/mips/csb350/Makefile.am +++ b/c/src/lib/libbsp/mips/csb350/Makefile.am @@ -18,7 +18,6 @@ nodist_include_HEADERS = include/bspopts.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h nodist_include_bsp_HEADERS += ../../shared/include/console-polled.h DISTCLEANFILES = include/bspopts.h -nodist_include_HEADERS += ../../shared/include/coverhd.h noinst_PROGRAMS = diff --git a/c/src/lib/libbsp/mips/csb350/preinstall.am b/c/src/lib/libbsp/mips/csb350/preinstall.am index 74b875096f..71be6d1258 100644 --- a/c/src/lib/libbsp/mips/csb350/preinstall.am +++ b/c/src/lib/libbsp/mips/csb350/preinstall.am @@ -73,10 +73,6 @@ $(PROJECT_INCLUDE)/bsp/console-polled.h: ../../shared/include/console-polled.h $ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/console-polled.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/console-polled.h -$(PROJECT_INCLUDE)/coverhd.h: ../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp) - $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h -PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h - $(PROJECT_LIB)/start.$(OBJEXT): start.$(OBJEXT) $(PROJECT_LIB)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_LIB)/start.$(OBJEXT) TMPINSTALL_FILES += $(PROJECT_LIB)/start.$(OBJEXT) -- cgit v1.2.3