[nrf528xx] add wildcards to PRETTY_FILES list for nrf528xx sources (#4272)

This commit is contained in:
konradderda
2019-10-24 22:27:00 -07:00
committed by Jonathan Hui
parent eac27c0f45
commit c3ca842658
+6 -6
View File
@@ -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