diff options
author | ru <ru@FreeBSD.org> | 2003-02-28 21:59:14 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-02-28 21:59:14 +0000 |
commit | 5e7c82c69f55e36d0591cfd28c19d0d1833cb194 (patch) | |
tree | f0217ef402bcc8654902d5a43ae3d598476301d0 /sys/conf/files.ia64 | |
parent | 561a9d28ec1399b917392b064557f661bc59d8af (diff) | |
download | FreeBSD-src-5e7c82c69f55e36d0591cfd28c19d0d1833cb194.zip FreeBSD-src-5e7c82c69f55e36d0591cfd28c19d0d1833cb194.tar.gz |
Standardize handling of locore.[sS] etc. files.
Submitted by: jake, bde, ru
Diffstat (limited to 'sys/conf/files.ia64')
-rw-r--r-- | sys/conf/files.ia64 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64 index dd9dd5a..7a7fb26 100644 --- a/sys/conf/files.ia64 +++ b/sys/conf/files.ia64 @@ -41,9 +41,7 @@ ia64/ia64/elf_machdep.c standard ia64/ia64/exception.s standard ia64/ia64/in_cksum.c optional inet ia64/ia64/interrupt.c standard -# locore.s needs to be handled in Makefile to put it first. Otherwise it's -# now normal. -# ia64/ia64/locore.s standard +ia64/ia64/locore.s standard no-obj ia64/ia64/machdep.c standard ia64/ia64/mca.c standard ia64/ia64/mem.c standard |