mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 02:28:54 +00:00
10 lines
190 B
Makefile
10 lines
190 B
Makefile
|
LIBC_ISC_DIR = $(LIBC_DIR)/libc/isc
|
||
|
|
||
|
INC_DIR += $(LIBC_DIR)/libc/isc
|
||
|
|
||
|
SRC_C = $(notdir $(wildcard $(LIBC_ISC_DIR)/*.c))
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
||
|
|
||
|
vpath %.c $(LIBC_ISC_DIR)
|