diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-06-08 00:15:53 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-06-08 00:15:53 +0200 |
commit | 9ee3095553844b91e92f69efb44335c850f05c65 (patch) | |
tree | e1fe1c989d1d7e22da6844dc2c97a8e296d85bf1 /sys/src/9 | |
parent | 9e63895e801c69ee70e29ed50d5e5c9fd3cf91bb (diff) |
teg2: move syscall.$O and syscallfmt.$O targets from config to mkfile
Diffstat (limited to 'sys/src/9')
-rw-r--r-- | sys/src/9/teg2/mkfile | 2 | ||||
-rw-r--r-- | sys/src/9/teg2/ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/teg2/mkfile b/sys/src/9/teg2/mkfile index af3ed317f..7c7eb8752 100644 --- a/sys/src/9/teg2/mkfile +++ b/sys/src/9/teg2/mkfile @@ -35,6 +35,7 @@ PORT=\ qlock.$O\ segment.$O\ swap.$O\ + syscallfmt.$O\ sysfile.$O\ sysproc.$O\ taslock.$O\ @@ -52,6 +53,7 @@ OBJ=\ mmu.$O\ random.$O\ trap.$O\ + syscall.$O\ $CONF.root.$O\ $CONF.rootc.$O\ $DEVS\ diff --git a/sys/src/9/teg2/ts b/sys/src/9/teg2/ts index c8530e9da..3b444c2f1 100644 --- a/sys/src/9/teg2/ts +++ b/sys/src/9/teg2/ts @@ -62,8 +62,6 @@ misc cache-l2-pl310 # mouse # sdaoe sdscsi - syscall - syscallfmt uarti8250 ucalloc ucallocb |