mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
6 lines
185 B
Makefile
6 lines
185 B
Makefile
REQUIRES = linux x86
|
|
SRC_S += lx_clone.S lx_syscall.S
|
|
|
|
vpath lx_clone.S $(REP_DIR)/../base-linux/src/platform/x86_32
|
|
vpath lx_syscall.S $(REP_DIR)/../base-linux/src/platform/x86_32
|