Skip to content

Commit c15b89a

Browse files
committed
Build: Import build make file.
1 parent 046de0c commit c15b89a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.mk

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Build
2+
3+
rwildcard=$(foreach d,$(wildcard $1*), \
4+
$(call rwildcard,$d/,$2) \
5+
$(filter $(subst *,%,$2),$d))
6+
7+
SRCFILES=$(call rwildcard,$(SRCDIR)/,*.c *.S)

0 commit comments

Comments
 (0)