Properly merge boot0sio.s and boot0.s into boot0.S.

This commit is contained in:
Ruslan Ermilov 2004-04-28 21:14:40 +00:00
parent df1a364da7
commit dfca089741

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR}/../boot0
BOOT= boot0sio
FILESNAME= boot0sio
CFLAGS+= -DSIO
.include "${.CURDIR}/../boot0/Makefile"