diff options
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index c6af61b4e51e..fc7d42774398 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -91,6 +91,7 @@ fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda/keyspan_pda.fw | |||
91 | fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw | 91 | fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw |
92 | fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw | 92 | fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw |
93 | fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin | 93 | fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin |
94 | fw-shipped-$(CONFIG_YAM) += yam/1200.bin yam/9600.bin | ||
94 | 95 | ||
95 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) | 96 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) |
96 | 97 | ||