From 37dc0471b278c325cf6181701fd8a4514262b148 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 21 Apr 2018 10:00:43 +0200 Subject: bsps: Remove AC_CONFIG_SRCDIR() This AC_CONFIG_SRCDIR() is just a sanity check in this insane build system. Since all content of c/src/lib/libbsp/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@ is bound to be moved it makes no sense to keep it. This patch is a part of the BSP source reorganization. Update #3285. --- c/src/lib/libbsp/moxie/configure.ac | 1 - c/src/lib/libbsp/moxie/moxiesim/configure.ac | 1 - 2 files changed, 2 deletions(-) (limited to 'c/src/lib/libbsp/moxie') diff --git a/c/src/lib/libbsp/moxie/configure.ac b/c/src/lib/libbsp/moxie/configure.ac index d5fd39a16b..5c7cfd5c43 100644 --- a/c/src/lib/libbsp/moxie/configure.ac +++ b/c/src/lib/libbsp/moxie/configure.ac @@ -4,7 +4,6 @@ AC_PREREQ(2.60) AC_INIT([rtems-c-src-lib-libbsp-moxie],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) -AC_CONFIG_SRCDIR([moxiesim]) RTEMS_TOP(../../../../..) RTEMS_SOURCE_TOP RTEMS_BUILD_TOP diff --git a/c/src/lib/libbsp/moxie/moxiesim/configure.ac b/c/src/lib/libbsp/moxie/moxiesim/configure.ac index b13da2fa39..b26d0d1088 100644 --- a/c/src/lib/libbsp/moxie/moxiesim/configure.ac +++ b/c/src/lib/libbsp/moxie/moxiesim/configure.ac @@ -4,7 +4,6 @@ AC_PREREQ(2.60) AC_INIT([rtems-c-src-lib-libbsp-moxie-moxiesim],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) -AC_CONFIG_SRCDIR([make/custom/moxiesim.cfg]) RTEMS_TOP(../../../../../..) RTEMS_SOURCE_TOP RTEMS_BUILD_TOP -- cgit v1.2.3