Skip to content

Commit

Permalink
firmware: fix firmware files deletion with make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrako committed Aug 13, 2020
1 parent 746f466 commit 28dc564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ endif

# Remove .S files and binaries created from ihex
# (during 'make clean' .config isn't included so they're all in $(fw-shipped-))
targets := $(fw-shipped-) $(patsubst $(obj)/%,%, \
$(shell find $(obj) -name \*.gen.S 2>/dev/null))
# targets := $(fw-shipped-) $(patsubst $(obj)/%,%, \
# $(shell find $(obj) -name \*.gen.S 2>/dev/null))

# Without this, built-in.o won't be created when it's empty, and the
# final vmlinux link will fail.
Expand Down

0 comments on commit 28dc564

Please sign in to comment.