diff --git a/examples/platforms/nrf528xx/Makefile.am b/examples/platforms/nrf528xx/Makefile.am index fdf253c39..80fa7cd48 100644 --- a/examples/platforms/nrf528xx/Makefile.am +++ b/examples/platforms/nrf528xx/Makefile.am @@ -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