genode/repos/os/lib/mk/x86_32/ld.mk

13 lines
264 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
REQUIRES = x86 32bit
SHARED_LIB = yes
DIR = $(REP_DIR)/src/lib/ldso
INC_DIR += $(DIR)/contrib/i386 \
$(DIR)/include/libc/libc-i386 \
$(DIR)/include/x86_32
vpath % $(DIR)/contrib/i386
vpath % $(DIR)/x86_32
include $(DIR)/target.inc