mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Added pc98 support.
This commit is contained in:
parent
aadcbac104
commit
9849949cae
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
.PATH: ${.CURDIR}/../../pc98/pc98
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
.PATH: ${.CURDIR}/../../isa
|
||||
.endif
|
||||
|
||||
KMOD= fdc
|
||||
SRCS= fd.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue