mirror of https://github.com/thesofproject/sof.git
28 lines
309 B
Makefile
28 lines
309 B
Makefile
SUBDIRS=keys
|
|
|
|
bin_PROGRAMS = rimage
|
|
|
|
noinst_HEADERS = \
|
|
rimage.h \
|
|
css.h \
|
|
cse.h \
|
|
plat_auth.h \
|
|
manifest.h \
|
|
file_format.h
|
|
|
|
rimage_SOURCES = \
|
|
file_simple.c \
|
|
man_apl.c \
|
|
man_cnl.c \
|
|
man_kbl.c \
|
|
man_sue.c \
|
|
cse.c \
|
|
css.c \
|
|
plat_auth.c \
|
|
hash.c \
|
|
pkcs1_5.c \
|
|
manifest.c \
|
|
elf.c \
|
|
rimage.c
|
|
|