head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2025.10.21.23.22.25;	author pgoyette;	state Exp;
branches;
next	1.3;
commitid	QZzZvjTZbSkzBufG;

1.3
date	2025.10.21.23.12.13;	author pgoyette;	state Exp;
branches;
next	1.2;
commitid	fTqI3PyCPnC9yufG;

1.2
date	2025.10.21.18.46.39;	author pgoyette;	state Exp;
branches;
next	1.1;
commitid	dkHnvslLq0GW4tfG;

1.1
date	2025.10.21.07.23.05;	author pgoyette;	state Exp;
branches;
next	;
commitid	gJOwVnm4UnrRhpfG;


desc
@@


1.4
log
@Don't define NVLAN - vlan support is currently ``#if 0'' in if_igc.c
@
text
@# $NetBSD: Makefile,v 1.3 2025/10/21 23:12:13 pgoyette Exp $

.include "../Makefile.inc"

.PATH:	${S}/dev/pci/igc

KMOD=	if_igc
IOCONF=	if_igc.ioconf
SRCS=	if_igc.c
SRCS+=	igc_api.c
SRCS+=	igc_base.c
SRCS+=	igc_i225.c
SRCS+=	igc_mac.c
SRCS+=	igc_nvm.c
SRCS+=	igc_phy.c

WARNS=	3	# -Wsign-compare issues

.include <bsd.kmodule.mk>
@


1.3
log
@if_igc needs WARNS=3
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2025/10/21 18:46:39 pgoyette Exp $
a16 2
CPPFLAGS+=	-DNVLAN=1

@


1.2
log
@Define NVLAN for consistency with if_alc and if_aq modules
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/10/21 07:23:05 pgoyette Exp $
d19 2
@


1.1
log
@Add MODULE glue and build infrasructure.

XXX	We won't actually build or install it due to kern/59716 but
XXX	it can be manually built and installed if you want.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/10/21 04:21:27 pgoyette Exp $
d17 2
@

