forked from Imagelibrary/rtems
libbsp/Makefile.am: gpio.h as preinstalled header
Also regenerate preinstall.am. Closes #2434.
This commit is contained in:
@@ -35,6 +35,7 @@ include_bsp_HEADERS =
|
||||
include_bsp_HEADERS += shared/include/default-initial-extension.h
|
||||
include_bsp_HEADERS += shared/include/fatal.h
|
||||
include_bsp_HEADERS += shared/include/console-termios.h
|
||||
include_bsp_HEADERS += shared/include/gpio.h
|
||||
|
||||
include $(srcdir)/preinstall.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
|
||||
@@ -30,3 +30,7 @@ $(PROJECT_INCLUDE)/bsp/console-termios.h: shared/include/console-termios.h $(PRO
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/console-termios.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/console-termios.h
|
||||
|
||||
$(PROJECT_INCLUDE)/bsp/gpio.h: shared/include/gpio.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/gpio.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/gpio.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user