mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
6 lines
179 B
Makefile
6 lines
179 B
Makefile
|
REQUIRES = linux arm
|
||
|
SRC_S += lx_clone.S lx_syscall.S
|
||
|
|
||
|
vpath lx_clone.S $(REP_DIR)/../base-linux/src/platform/arm
|
||
|
vpath lx_syscall.S $(REP_DIR)/../base-linux/src/platform/arm
|