diff options
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 4993a4b3d8ab..e333a429b681 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -20,6 +20,13 @@ 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 | ifdef CONFIG_ACENIC_OMIT_TIGON_I | ||
24 | acenic-objs := acenic/tg2.bin | ||
25 | fw-shipped- += acenic/tg1.bin | ||
26 | else | ||
27 | acenic-objs := acenic/tg1.bin acenic/tg2.bin | ||
28 | endif | ||
29 | fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) | ||
23 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin | 30 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin |
24 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw | 31 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw |
25 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin | 32 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin |