From e1e95a021796cbaed71456a0d20d16ea189ed4f8 Mon Sep 17 00:00:00 2001 From: Oliver Schib Date: Sun, 15 Apr 2018 19:15:07 +0200 Subject: add basic support for raspberry-pi3p Signed-off-by: Oliver Schib --- package/brcm-bluetooth/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/brcm-bluetooth') diff --git a/package/brcm-bluetooth/Makefile b/package/brcm-bluetooth/Makefile index 8f6a9d41e..083594749 100644 --- a/package/brcm-bluetooth/Makefile +++ b/package/brcm-bluetooth/Makefile @@ -36,5 +36,13 @@ else ${INSTALL_BIN} ${WRKBUILD}/brcm_patchram \ ${IDIR_BRCM_BLUETOOTH}/sbin/brcm_patchram endif +ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI3P),y) + ${CP} ${WRKBUILD}/BCM43430A1.hcd ${IDIR_BRCM_BLUETOOTH}/lib/firmware +else + ${CP} ${WRKBUILD}/*.hcd ${IDIR_BRCM_BLUETOOTH}/lib/firmware/brcm + ${INSTALL_DIR} ${IDIR_BRCM_BLUETOOTH}/sbin + ${INSTALL_BIN} ${WRKBUILD}/brcm_patchram \ + ${IDIR_BRCM_BLUETOOTH}/sbin/brcm_patchram +endif include ${ADK_TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3