[PATCH 1/2] Removed GPIO API from the libbsp/shared Makefile.
André Marques
andre.lousa.marques at gmail.com
Sat Sep 5 20:42:02 UTC 2015
Hello,
just wanted to bring this patch set (along with
https://lists.rtems.org/pipermail/devel/2015-August/012326.html) up
again, as it seems to have been forgotten.
It should fix the build problem mentioned in
https://lists.rtems.org/pipermail/devel/2015-August/012324.html
Thanks,
André Marques.
On 15-08-2015 19:52, Andre Marques wrote:
> ---
> c/src/lib/libbsp/Makefile.am | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/c/src/lib/libbsp/Makefile.am b/c/src/lib/libbsp/Makefile.am
> index a039a98..3cab4d7 100644
> --- a/c/src/lib/libbsp/Makefile.am
> +++ b/c/src/lib/libbsp/Makefile.am
> @@ -9,7 +9,7 @@ EXTRA_DIST = MERGE.PROCEDURE bsp.am
> EXTRA_DIST += shared/bootcard.c shared/bspclean.c \
> shared/bsplibc.c shared/bsppost.c shared/console-polled.c \
> shared/console.c shared/gnatinstallhandler.c shared/sbrk.c \
> - shared/tod.c shared/gpio.c
> + shared/tod.c
> EXTRA_DIST += shared/vmeUniverse/vmeUniverse.c \
> shared/vmeUniverse/vmeUniverse.h \
> shared/vmeUniverse/vmeUniverseDMA.h \
> @@ -35,7 +35,6 @@ include_bsp_HEADERS =
> include_bsp_HEADERS += shared/include/default-initial-extension.h
> include_bsp_HEADERS += shared/include/fatal.h
> include_bsp_HEADERS += shared/include/console-termios.h
> -include_bsp_HEADERS += shared/include/gpio.h
>
> include $(srcdir)/preinstall.am
> include $(top_srcdir)/automake/subdirs.am
More information about the devel
mailing list