mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
c2884a6e63
Issue #3072
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 $@
|
|
|