summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/makecustom.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/makecustom.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/build/bsps/makecustom.yml b/spec/build/bsps/makecustom.yml
new file mode 100644
index 0000000000..e04d4281c7
--- /dev/null
+++ b/spec/build/bsps/makecustom.yml
@@ -0,0 +1,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