mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Properly merge boot0sio.s and boot0.s into boot0.S.
This commit is contained in:
parent
df1a364da7
commit
dfca089741
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
.PATH: ${.CURDIR}/../boot0
|
||||
|
||||
BOOT= boot0sio
|
||||
FILESNAME= boot0sio
|
||||
CFLAGS+= -DSIO
|
||||
|
||||
.include "${.CURDIR}/../boot0/Makefile"
|
||||
|
|
|
|||
Loading…
Reference in a new issue