mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
6 lines
173 B
Makefile
6 lines
173 B
Makefile
|
REQUIRES = linux x86
|
||
|
SRC_S += lx_clone.S lx_syscall.S
|
||
|
|
||
|
vpath lx_clone.S $(REP_DIR)/src/lib/syscall/spec/x86_32
|
||
|
vpath lx_syscall.S $(REP_DIR)/src/lib/syscall/spec/x86_32
|