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 a162b2928fbd..782c499a3738 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -20,6 +20,7 @@ fw-external-y := $(subst ",,$(CONFIG_EXTRA_FIRMWARE)) | |||
20 | # accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all). | 20 | # accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all). |
21 | # But be aware that the config file might not be included at all. | 21 | # But be aware that the config file might not be included at all. |
22 | 22 | ||
23 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin | ||
23 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw | 24 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw |
24 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin | 25 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin |
25 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin | 26 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin |