mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
bsp/pc386: Do not install console_private.h
The name suggests that this is a private implementation header file. Update #3254.
This commit is contained in:
@@ -112,7 +112,6 @@ endif
|
||||
|
||||
# console (non-graphics support)
|
||||
include_HEADERS += ../../i386/shared/comm/i386_io.h
|
||||
include_rtems_HEADERS += ../../shared/console_private.h
|
||||
libbsp_a_SOURCES += console/serial_mouse_config.c
|
||||
libbsp_a_SOURCES += ../../i386/shared/comm/uart.c
|
||||
libbsp_a_SOURCES += ../../i386/shared/comm/tty_drv.c
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <rtems/bspIo.h>
|
||||
#include <bsp/rtd316.h>
|
||||
#include <rtems/score/i386.h>
|
||||
#include <rtems/console_private.h>
|
||||
#include "../../../shared/console_private.h"
|
||||
|
||||
#define RTD_CLOCK_RATE (460800 * 32)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user