forked from Imagelibrary/rtems
16 lines
507 B
YAML
16 lines
507 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: config-file
|
|
content: |
|
|
include $$(RTEMS_ROOT)/make/custom/default.cfg
|
|
CPU_DEFINES = -isystem$$(exec_prefix)/$$(RTEMS_BSP)/lib/include
|
|
CPU_CFLAGS = ${ABI_FLAGS}
|
|
CFLAGS_OPTIMIZE_V = ${OPTIMIZATION_FLAGS}
|
|
LDFLAGS = -B$$(exec_prefix)/$$(RTEMS_BSP)/lib ${PKGCONFIG_LDFLAGS}
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
enabled-by: true
|
|
install-path: ${PREFIX}/make/custom
|
|
links: []
|
|
target: ${BSP_NAME}.cfg
|
|
type: build
|