summaryrefslogblamecommitdiffstats
path: root/spec/build/bsps/makecustom.yml
blob: e04d4281c7b5ae97c0394dd348af7359cf2fdf1d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                         
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: config-file
content: |
  include $$(RTEMS_ROOT)/make/custom/default.cfg
  RTEMS_CPU = ${ARCH}
  CPU_CFLAGS = ${ABI_FLAGS}
  CFLAGS_OPTIMIZE_V = ${OPTIMIZATION_FLAGS}
  LDFLAGS = ${LDFLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
install-path: ${PREFIX}/make/custom
links: []
target: ${BSP_NAME}.cfg
type: build