mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 13:53:50 -04:00
9 lines
138 B
Text
9 lines
138 B
Text
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
#
|
|
|
|
certs_DATA+= \
|
|
certs/crl/crl.pem
|
|
|
|
EXTRA_DIST+= ${certs_DATA}
|
|
|