1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-29 21:21:54 +01:00
Files
operating-system/buildroot/package/tidsp-binaries/tidsp-binaries.mk
2018-03-17 23:47:00 +00:00

17 lines
509 B
Makefile

################################################################################
#
# tidsp-binaries
#
################################################################################
TIDSP_BINARIES_VERSION = 23.i3.8
TIDSP_BINARIES_SITE = http://gst-dsp.googlecode.com/files
TIDSP_BINARIES_LICENSE = TI Proprietary License
TIDSP_BINARIES_LICENSE_FILES = LICENSE
define TIDSP_BINARIES_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
$(eval $(generic-package))