mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 20:00:23 +00:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
LIBC_GEN_I386_DIR = $(LIBC_DIR)/lib/libc/i386/gen
|
|
|
|
SRC_S = _setjmp.S setjmp.S
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
vpath %.S $(LIBC_GEN_I386_DIR)
|