build: remove redundant SOURCES assignments
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 30 Jun 2023 12:28:25 +0000 (14:28 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 30 Jun 2023 12:51:34 +0000 (14:51 +0200)
commit37b3ac4bb5a35c0e84a98d95124f064ca038c4d1
tree77a29c4dc0d7c1ebce3b0b50a9be71913c7bcd21
parente15c06c3064f8eaee41c8894e95581e500d6ac35
build: remove redundant SOURCES assignments

For any given target (let's say foobar), automake defaults to looking for
foobar.c if foobar_SOURCES are not specified. Remove redundant assignments
as we've seen multiple hidden typos in makefiles already.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Kent Gibson <warthog618@gmail.com>
examples/Makefile.am
tests/gpiosim/Makefile.am
tools/Makefile.am