summaryrefslogtreecommitdiffstats
path: root/c/src/make/bsp.cfg.in
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-26 14:00:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-21 07:39:09 +0200
commitdb8f598d56951cf43f22a5e325e0d23c8f7559f9 (patch)
tree607bc2e2c842bb932bce53efc7423e73ef18f6ff /c/src/make/bsp.cfg.in
parentarm/lpc24xx: Use common test definition file (diff)
downloadrtems-db8f598d56951cf43f22a5e325e0d23c8f7559f9.tar.bz2
build: Remove old build system
Close #3250. Close #4081.
Diffstat (limited to 'c/src/make/bsp.cfg.in')
-rw-r--r--c/src/make/bsp.cfg.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/c/src/make/bsp.cfg.in b/c/src/make/bsp.cfg.in
deleted file mode 100644
index 57aa00b0f7..0000000000
--- a/c/src/make/bsp.cfg.in
+++ /dev/null
@@ -1,31 +0,0 @@
-## BSP configuration flags for BSP "@RTEMS_BSP@"
-
-##
-## Does this BSP support multiprocessing ?
-##
-HAS_MP = @HAS_MP@
-
-##
-## Does this BSP support RTEMS's remote debugger ?
-##
-HAS_RDBG = no
-
-##
-## Does this BSP support RTEMS's posix API ?
-##
-HAS_POSIX_API = @HAS_POSIX_API@
-
-##
-## Does this BSP support RTEMS's ITRON API ?
-##
-HAS_ITRON_API = no
-
-##
-## Does this BSP support RTEMS's CXX API ?
-##
-HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
-
-##
-## Does this BSP support RTEMS's networking ?
-##
-HAS_NETWORKING = @HAS_NETWORKING@