Changeset 4f0dca3a in rtems
- Timestamp:
- 04/03/18 05:09:11 (5 years ago)
- Branches:
- 5, master
- Children:
- 8621ed38
- Parents:
- ce0ea6f
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/03/18 05:09:11)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (04/04/18 08:13:26)
- Files:
-
- 1 deleted
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
bsps/shared/rtems-version.c
rce0ea6f r4f0dca3a 9 9 10 10 #include <rtems/system.h> 11 12 #include <bspopts.h> 11 13 12 14 #ifndef RTEMS_VERSION … … 24 26 25 27 const char _RTEMS_version[] = 26 "rtems-" RTEMS_VERSION " (" CPU_NAME "/" CPU_MODEL_NAME "/" RTEMS_BSP ")"; 28 "rtems-" RTEMS_VERSION " (" CPU_NAME "/" CPU_MODEL_NAME "/" 29 RTEMS_XSTRING( RTEMS_BSP ) ")"; -
bsps/shared/shared-sources.am
rce0ea6f r4f0dca3a 1 libbsp_a_SOURCES += ../../../../../../bsps/shared/rtems-version.c -
c/src/configure.ac
rce0ea6f r4f0dca3a 135 135 BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp" 136 136 BSP_SUBDIRS="$BSP_SUBDIRS libchip" 137 BSP_SUBDIRS="$BSP_SUBDIRS support"138 137 BSP_SUBDIRS="$BSP_SUBDIRS wrapup" 139 138 … … 169 168 170 169 AC_CONFIG_FILES([ 171 support/Makefile172 170 libchip/Makefile 173 171 lib/libbsp/Makefile -
c/src/wrapup/Makefile.am
rce0ea6f r4f0dca3a 13 13 14 14 CLEANFILES = o-optimize/librtemsbsp.a 15 16 SRCS = ../support/libsupport.a17 15 18 16 SRCS += ../lib/libbsp/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@/libbsp.a
Note: See TracChangeset
for help on using the changeset viewer.