Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

noinst_LTLIBRARIES=libtrousers.la

libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c
libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" -I${top_srcdir}/src/include

if TSS_BUILD_ASYM_CRYPTO
libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c
endif
if TSS_BUILD_SYM_CRYPTO
libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/symmetric.c
endif