mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
13 lines
249 B
Makefile
13 lines
249 B
Makefile
|
content: lib/symbols/libsanitizer_common \
|
||
|
lib/symbols/libubsan \
|
||
|
LICENSE
|
||
|
|
||
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sanitizer)
|
||
|
|
||
|
lib/symbols/%:
|
||
|
$(mirror_from_rep_dir)
|
||
|
|
||
|
LICENSE:
|
||
|
cp $(PORT_DIR)/src/lib/sanitizer/LICENSE.TXT $@
|
||
|
|