mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
10 lines
313 B
Makefile
10 lines
313 B
Makefile
LIBL4_DIR = $(CODEZERO_DIR)/conts/userlibs/libl4
|
|
|
|
INC_DIR += $(CODEZERO_DIR)/conts/userlibs/libc/include
|
|
|
|
SRC_C += $(notdir $(wildcard $(LIBL4_DIR)/src/arch/arm/v5/*.c))
|
|
SRC_S += $(notdir $(wildcard $(LIBL4_DIR)/src/arch/arm/v5/*.S))
|
|
|
|
vpath %.c $(LIBL4_DIR)/src/arch/arm/v5
|
|
vpath %.S $(LIBL4_DIR)/src/arch/arm/v5
|