mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 14:01:56 -04:00
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
#
|
|
|
|
EXTRA_DIST += \
|
|
mqx/util_lib/.cproject \
|
|
mqx/util_lib/.project
|
|
|
|
EXTRA_DIST += \
|
|
mqx/util_lib/Sources/util.c \
|
|
mqx/util_lib/Sources/util.h
|
|
|