From f636e91a5d49a3d6bced099e8a8631c7d169dbee Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 4 Jan 2018 08:29:38 +0100 Subject: bsp/pc386: Do not install console_private.h The name suggests that this is a private implementation header file. Update #3254. --- c/src/lib/libbsp/i386/pc386/preinstall.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/preinstall.am') diff --git a/c/src/lib/libbsp/i386/pc386/preinstall.am b/c/src/lib/libbsp/i386/pc386/preinstall.am index c91213cd9a..3ebe73bb88 100644 --- a/c/src/lib/libbsp/i386/pc386/preinstall.am +++ b/c/src/lib/libbsp/i386/pc386/preinstall.am @@ -162,10 +162,6 @@ $(PROJECT_INCLUDE)/i386_io.h: ../../i386/shared/comm/i386_io.h $(PROJECT_INCLUDE $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/i386_io.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/i386_io.h -$(PROJECT_INCLUDE)/rtems/console_private.h: ../../shared/console_private.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) - $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/console_private.h -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/console_private.h - $(PROJECT_INCLUDE)/uart.h: ../../i386/shared/comm/uart.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/uart.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/uart.h -- cgit v1.2.3