mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
85a2ebc1c4
Issue #1082
10 lines
198 B
Makefile
10 lines
198 B
Makefile
LIBC_ISC_DIR = $(LIBC_DIR)/lib/libc/isc
|
|
|
|
INC_DIR += $(LIBC_DIR)/lib/libc/isc
|
|
|
|
SRC_C = $(notdir $(wildcard $(LIBC_ISC_DIR)/*.c))
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
vpath %.c $(LIBC_ISC_DIR)
|