mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
7 lines
197 B
Makefile
7 lines
197 B
Makefile
|
LSC_DIR := $(call select_from_ports,libsparkcrypto)/libsparkcrypto/src
|
||
|
INC_DIR += \
|
||
|
$(LSC_DIR)/ada/generic \
|
||
|
$(LSC_DIR)/shared/little_endian \
|
||
|
$(LSC_DIR)/ada/nullio \
|
||
|
$(LSC_DIR)/shared/generic
|