add missing EXTRA_DIST

This commit is contained in:
Bjarne von Horn 2023-08-14 11:29:23 +02:00
parent 73e6ea9ce6
commit d967426204
2 changed files with 8 additions and 1 deletions

View File

@ -29,8 +29,14 @@
include $(top_srcdir)/Makefile.kbuild
EXTRA_DIST = \
gpio.c \
module.c \
module.h \
netdev.c \
netdev.h \
update.h
sram.c \
update.h \
update.c
#------------------------------------------------------------------------------

View File

@ -39,6 +39,7 @@ noinst_HEADERS = \
domain.c domain.h \
doxygen.c \
ethernet.c ethernet.h \
flag.c flag.h \
fmmu_config.c fmmu_config.h \
foe.h \
foe_request.c foe_request.h \