source: rtems/spec/build/bsps/makecustom.yml @ 9d77c0f4

Last change on this file since 9d77c0f4 was 6ca00e61, checked in by Sebastian Huber <sebastian.huber@…>, on 10/10/20 at 11:49:33

build: Fix legacy Makefile support

Close #4140.

  • Property mode set to 100644
File size: 524 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: config-file
3content: |
4  include $$(RTEMS_ROOT)/make/custom/default.cfg
5  CPU_DEFINES = -I$$(exec_prefix)/$$(RTEMS_BSP)/lib/include
6  CPU_CFLAGS = ${ABI_FLAGS}
7  CFLAGS_OPTIMIZE_V = ${OPTIMIZATION_FLAGS}
8  LDFLAGS = -B$$(exec_prefix)/$$(RTEMS_BSP)/lib ${PKGCONFIG_LDFLAGS}
9copyrights:
10- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
11enabled-by: true
12install-path: ${PREFIX}/make/custom
13links: []
14target: ${BSP_NAME}.cfg
15type: build
Note: See TracBrowser for help on using the repository browser.