summaryrefslogtreecommitdiffstats
path: root/c/src/make/bsp.mak
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/make/bsp.mak')
-rw-r--r--c/src/make/bsp.mak11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/make/bsp.mak b/c/src/make/bsp.mak
deleted file mode 100644
index 9c1da3fc3a..0000000000
--- a/c/src/make/bsp.mak
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# Makefile fragment to convert <bsp>.cfgs into <bsp>.cache
-#
-
-include make/custom/${RTEMS_BSP}.cfg
-
-make/${RTEMS_BSP}.cache:
- @$(RM) $@
- @echo ac_cv_env_RTEMS_CPU_MODEL=\"$(RTEMS_CPU_MODEL)\" >> $@
- @echo ac_cv_env_CPU_CFLAGS=\"$(CPU_CFLAGS)\" >> $@
- @echo ac_cv_env_CFLAGS_OPTIMIZE_V=\"$(CFLAGS_OPTIMIZE_V)\" >> $@