mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
15 lines
279 B
Makefile
15 lines
279 B
Makefile
|
REQUIRES = x86 64bit
|
||
|
SHARED_LIB = yes
|
||
|
DIR = $(REP_DIR)/src/lib/ldso
|
||
|
|
||
|
INC_DIR += $(DIR)/contrib/amd64 \
|
||
|
$(DIR)/include/libc/libc-amd64 \
|
||
|
$(DIR)/include/x86_64
|
||
|
|
||
|
D_OPTS = __ELF_WORD_SIZE=64
|
||
|
|
||
|
|
||
|
vpath % $(DIR)/contrib/amd64
|
||
|
|
||
|
include $(DIR)/target.inc
|