summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2013-03-14 16:40:58 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:27:54 -0700
commit35eeff79c465c9a40fec5df87dea4302dcca40a0 (patch)
treebe5361905004c7a53f497ac4e8688c3dc741532c /firmware/Makefile
parent2b5b4ae5f7c531eabb30d6b9fb4d7b45325103a5 (diff)
ARM: tegra: roth: add issp device
issp is used to program roth on-board joystick micro controller. This driver adds: - issp platform device - firmware for micro controller P2560_v0_34_not_readprotect_0280.hex - add issp to tegra11_android_defconfig Bug 1245803 Change-Id: Idaddbbe8e853744da7f09bb846f47374ebe841b9 Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: http://git-master/r/209785 (cherry picked from commit cb617fec6c3e7a3d99dae7c72c8ddae5bbf64340) Reviewed-on: http://git-master/r/244254 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index cbb09ce9730a..8cadf79f0c3b 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -136,6 +136,8 @@ fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw
fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin
fw-shipped-$(CONFIG_YAM) += yam/1200.bin yam/9600.bin
+fw-shipped-$(CONFIG_MACH_ROTH) += p2454-uc.fw
+
fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-)
# Directories which we _might_ need to create, so we have a rule for them.