From adb85dd473af5c9a72e9da9b7fe013d1b216abc3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 21 Apr 2018 10:22:08 +0200 Subject: bsps: Move make/custom/* files to bsps Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285. --- .../libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg | 10 ---------- .../libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc | 23 ---------------------- .../powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg | 10 ---------- 3 files changed, 43 deletions(-) delete mode 100644 c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg delete mode 100644 c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc delete mode 100644 c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg (limited to 'c/src/lib/libbsp/powerpc/tqm8xx') diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg deleted file mode 100644 index 75eb65fe90..0000000000 --- a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/pghplus.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# -# Config file for a PowerPC MPC860-based TQM8xx carrier board. -# - -# -# All TQM8xx configurations share the same base file, only a few -# parameters differ. -# - -include $(RTEMS_ROOT)/make/custom/tqm8xx.inc diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc deleted file mode 100644 index f9a31d0835..0000000000 --- a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc +++ /dev/null @@ -1,23 +0,0 @@ -# -# Config file for a PowerPC MPC8xx-based TQM8xx carrier card -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=powerpc - -CPU_CFLAGS = -mcpu=860 -Dmpc860 \ - -mstrict-align -fno-strict-aliasing \ - -meabi -msdata=sysv -fno-common - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections - -LDFLAGS = -Wl,--gc-sections - -define bsp-post-link - cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT) - $(STRIP) $(basename $@)$(DOWNEXT) - $(default-bsp-post-link) -endef diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg deleted file mode 100644 index 7b5ab01b8a..0000000000 --- a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx_stk8xx.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# -# Config file for a PowerPC MPC860-based TQM8xx starter kit base board -# - -# -# All TQM8xx configurations share the same base file, only a few -# parameters differ. -# - -include $(RTEMS_ROOT)/make/custom/tqm8xx.inc -- cgit v1.2.3