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 fc7d42774398..65cc2214eac5 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -26,6 +26,7 @@ fw-shipped- += acenic/tg1.bin | |||
26 | else | 26 | else |
27 | acenic-objs := acenic/tg1.bin acenic/tg2.bin | 27 | acenic-objs := acenic/tg1.bin acenic/tg2.bin |
28 | endif | 28 | endif |
29 | fw-shipped-$(CONFIG_3C359) += 3com/3C359.bin | ||
29 | fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) | 30 | fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) |
30 | fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ | 31 | fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ |
31 | adaptec/starfire_tx.bin | 32 | adaptec/starfire_tx.bin |