add missing EXTRA_DIST
This commit is contained in:
parent
73e6ea9ce6
commit
d967426204
|
|
@ -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
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue