mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
8 lines
275 B
Makefile
8 lines
275 B
Makefile
REQUIRES = linux x86
|
|
SRC_S += lx_clone.S lx_restore_rt.S lx_syscall.S
|
|
|
|
vpath lx_restore_rt.S $(REP_DIR)/../base-linux/src/platform/x86_64
|
|
vpath lx_clone.S $(REP_DIR)/../base-linux/src/platform/x86_64
|
|
vpath lx_syscall.S $(REP_DIR)/../base-linux/src/platform/x86_64
|
|
|