mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
custom syscall example
This commit is contained in:
parent
508d41c8c5
commit
30b7ff4791
5 changed files with 120 additions and 0 deletions
|
|
@ -1,8 +1,10 @@
|
|||
all:
|
||||
@make -C example_1
|
||||
@make -C stackoverflow
|
||||
@make -C custom_syscall
|
||||
|
||||
clean:
|
||||
make -C example_1 clean
|
||||
make -C stackoverflow clean
|
||||
make -C custom_syscall
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue