Skip to content

Commit

Permalink
Build: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Apr 20, 2024
1 parent 9bfae16 commit c564210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ rwildcard=$(foreach d,$(wildcard $1*), \
$(filter $(subst *,%,$2),$d))

SRCFILES=$(call rwildcard,$(SRCDIR)/,*.c *.S)
SRCFILES=$(call rwildcard,$(SRCDIR)/,*.c *.S)

ifeq ($(REV_ID),)
ifneq (,$(wildcard .version))
Expand Down

0 comments on commit c564210

Please sign in to comment.