mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 01:47:47 +00:00
[nrf528xx] add wildcards to PRETTY_FILES list for nrf528xx sources (#4272)
This commit is contained in:
committed by
Jonathan Hui
parent
eac27c0f45
commit
c3ca842658
@@ -41,12 +41,12 @@ endif
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/pre.am
|
||||
|
||||
PRETTY_FILES = \
|
||||
src/*.c \
|
||||
src/platform-fem.h \
|
||||
src/platform-nrf5.h \
|
||||
nrf52840/*.h \
|
||||
nrf52811/*.h \
|
||||
PRETTY_FILES = \
|
||||
src/platform-fem.h \
|
||||
src/platform-nrf5.h \
|
||||
$(wildcard src/*.c) \
|
||||
$(wildcard nrf52840/*.h) \
|
||||
$(wildcard nrf52811/*.h) \
|
||||
$(NULL)
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/post.am
|
||||
|
||||
Reference in New Issue
Block a user