From d77b16d75b31819c080e67d9bc3d09693de11cd1 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Fri, 6 Feb 2015 09:27:08 +0100 Subject: GR-RASTA-SPW-ROUTER: fix build warnings --- c/src/lib/libbsp/sparc/leon2/Makefile.am | 1 + c/src/lib/libbsp/sparc/leon2/preinstall.am | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'c/src/lib/libbsp/sparc/leon2') diff --git a/c/src/lib/libbsp/sparc/leon2/Makefile.am b/c/src/lib/libbsp/sparc/leon2/Makefile.am index 927d539713..1624ea5ce6 100644 --- a/c/src/lib/libbsp/sparc/leon2/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon2/Makefile.am @@ -111,6 +111,7 @@ libbsp_a_SOURCES += pci/at697_pci.c include_HEADERS += ../../sparc/shared/include/gr_701.h include_HEADERS += ../../sparc/shared/include/gr_rasta_adcdac.h include_HEADERS += ../../sparc/shared/include/gr_rasta_io.h +include_HEADERS += ../../sparc/shared/include/gr_rasta_spw_router.h include_HEADERS += ../../sparc/shared/include/gr_rasta_tmtc.h include_HEADERS += ../../sparc/shared/include/gr_leon4_n2x.h libbsp_a_SOURCES += ../../sparc/shared/pci/gr_701.c diff --git a/c/src/lib/libbsp/sparc/leon2/preinstall.am b/c/src/lib/libbsp/sparc/leon2/preinstall.am index 5874ac7453..ada9a3b825 100644 --- a/c/src/lib/libbsp/sparc/leon2/preinstall.am +++ b/c/src/lib/libbsp/sparc/leon2/preinstall.am @@ -141,6 +141,10 @@ $(PROJECT_INCLUDE)/gr_rasta_io.h: ../../sparc/shared/include/gr_rasta_io.h $(PRO $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/gr_rasta_io.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/gr_rasta_io.h +$(PROJECT_INCLUDE)/gr_rasta_spw_router.h: ../../sparc/shared/include/gr_rasta_spw_router.h $(PROJECT_INCLUDE)/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/gr_rasta_spw_router.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/gr_rasta_spw_router.h + $(PROJECT_INCLUDE)/gr_rasta_tmtc.h: ../../sparc/shared/include/gr_rasta_tmtc.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/gr_rasta_tmtc.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/gr_rasta_tmtc.h -- cgit v1.2.3