mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
13 lines
268 B
Makefile
13 lines
268 B
Makefile
REQUIRES = arm
|
|
SHARED_LIB = yes
|
|
DIR = $(REP_DIR)/src/lib/ldso
|
|
|
|
INC_DIR += $(DIR)/contrib/arm \
|
|
$(DIR)/include/libc/libc-arm \
|
|
$(DIR)/include/arm
|
|
|
|
vpath platform.c $(DIR)/arm
|
|
vpath % $(DIR)/contrib/arm
|
|
|
|
include $(DIR)/target.inc
|