copy.S should belong to MD_SFILES, not MD_CFILES.
This commit is contained in:
parent
e68029a308
commit
06cf1c7649
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.xen,v 1.10 2005/11/07 11:42:34 yamt Exp $
|
||||
# $NetBSD: Makefile.xen,v 1.11 2005/11/08 01:02:39 yamt Exp $
|
||||
# NetBSD: Makefile.i386,v 1.132 2003/07/05 16:56:10 simonb Exp
|
||||
|
||||
# Makefile for NetBSD
|
||||
@ -54,7 +54,7 @@ MD_SFILES= ${XEN}/${XEN_BUILD}/locore.S \
|
||||
|
||||
.if ${MACHINE_ARCH} == i386
|
||||
MD_OBJS+= copy.o
|
||||
MD_CFILES+= ${I386}/i386/copy.S
|
||||
MD_SFILES+= ${I386}/i386/copy.S
|
||||
|
||||
copy.o: ${I386}/i386/copy.S assym.h
|
||||
${NORMAL_S}
|
||||
|
Loading…
Reference in New Issue
Block a user