Changeset 6f6e5d7 in rtems
- Timestamp:
- 10/21/15 14:46:19 (7 years ago)
- Branches:
- 5, master
- Children:
- 5c337d7e
- Parents:
- 473294c
- git-author:
- Ben Gras <beng@…> (10/21/15 14:46:19)
- git-committer:
- Ben Gras <ben@…> (10/21/15 14:57:05)
- Location:
- c/src/lib/libbsp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/Makefile.am
r473294c r6f6e5d7 36 36 include_bsp_HEADERS += shared/include/fatal.h 37 37 include_bsp_HEADERS += shared/include/console-termios.h 38 include_bsp_HEADERS += shared/include/gpio.h 38 39 39 40 include $(srcdir)/preinstall.am -
c/src/lib/libbsp/preinstall.am
r473294c r6f6e5d7 31 31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/console-termios.h 32 32 33 $(PROJECT_INCLUDE)/bsp/gpio.h: shared/include/gpio.h $(PROJECT_INCLUDE)/bsp/$(dirstamp) 34 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/gpio.h 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/gpio.h 36
Note: See TracChangeset
for help on using the changeset viewer.