diff options
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 0862d34cf7d1..e297e1b52636 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -232,6 +232,6 @@ targets := $(fw-shipped-) $(patsubst $(obj)/%,%, \ | |||
232 | 232 | ||
233 | # Without this, built-in.o won't be created when it's empty, and the | 233 | # Without this, built-in.o won't be created when it's empty, and the |
234 | # final vmlinux link will fail. | 234 | # final vmlinux link will fail. |
235 | obj-n := dummy | 235 | obj- := dummy |
236 | 236 | ||
237 | hostprogs-y := ihex2fw | 237 | hostprogs-y := ihex2fw |