diff options
Diffstat (limited to 'sys/conf/files.arm')
-rw-r--r-- | sys/conf/files.arm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm index ac1fb33..1c98eee 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -49,7 +49,9 @@ arm/arm/stdatomic.c standard \ arm/arm/support.S standard arm/arm/swtch.S standard arm/arm/sys_machdep.c standard -arm/arm/trap.c standard +arm/arm/syscall.c standard +arm/arm/trap.c optional !armv6 +arm/arm/trap-v6.c optional armv6 arm/arm/uio_machdep.c standard arm/arm/undefined.c standard arm/arm/vm_machdep.c standard |