omap: move syscall.$O target from config to mkfile

This commit is contained in:
cinap_lenrek 2014-06-08 00:26:39 +02:00
parent 3d20da3f8b
commit ce38380b8f
2 changed files with 1 additions and 1 deletions

View file

@ -61,7 +61,6 @@ misc
mouse mouse
# sdaoe sdscsi # sdaoe sdscsi
softfpu softfpu
syscall
uarti8250 uarti8250
ucalloc ucalloc
ucallocb ucallocb

View file

@ -53,6 +53,7 @@ OBJ=\
main.$O\ main.$O\
mmu.$O\ mmu.$O\
trap.$O\ trap.$O\
syscall.$O\
$CONF.root.$O\ $CONF.root.$O\
$CONF.rootc.$O\ $CONF.rootc.$O\
$DEVS\ $DEVS\