# Installs the the Bluetooth firmware files into the root file system -include ../../../Rules.make # If KERNEL_DIR is not set then use the default in Rules.make DEST_DIR ?= ${DESTDIR} PLATFORM ?= "unknown" MACHINE_NAME ?= "unknown" ifeq ($(PLATFORM), am335x-evm) MACHINE_NAME := am335x endif ifeq ($(PLATFORM), am180x-evm) MACHINE_NAME := am1808 endif ifeq ($(PLATFORM), da850-omapl138-evm) MACHINE_NAME := am1808 endif ifeq ($(PLATFORM), am37x-evm) MACHINE_NAME := omap3evm endif install: install -d $(DEST_DIR)${BASE_LIB_DIR}/firmware cp -f ./${MACHINE_NAME}/* $(DEST_DIR)${BASE_LIB_DIR}/firmware