diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2015-02-11 15:49:14 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2015-02-11 15:49:14 +0000 |
| commit | 56af34a74367d9e15c8697ac4f937c9a90a4ffb4 (patch) | |
| tree | 123de2733d4386e68dd319db3a0e2388be6e274a /sys/boot/pc98 | |
| parent | 84c37881c6e72d7c81e26484d3f88c6137053ab1 (diff) | |
Notes
Diffstat (limited to 'sys/boot/pc98')
| -rw-r--r-- | sys/boot/pc98/boot2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile index 3d571cfebee5..24de9d4a3da3 100644 --- a/sys/boot/pc98/boot2/Makefile +++ b/sys/boot/pc98/boot2/Makefile @@ -92,6 +92,7 @@ boot2.out: ${BTXCRT} boot2.o sio.o ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC} boot2.o: boot2.s + ${CC} ${ACFLAGS} -c boot2.s SRCS= boot2.c boot2.h |
