mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add pc98 support.
This commit is contained in:
parent
c634427cd5
commit
69115ebe90
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ S= ${.CURDIR}/../..
|
|||
|
||||
KMOD= cam
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
# See sys/conf/options for the flags that go into the different opt_*.h files.
|
||||
SRCS= opt_cam.h
|
||||
SRCS+= opt_scsi.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue