Deleted Added
full compact
Makefile (182668) Makefile (228971)
1# $Cronyx: sys.modules.ce.Makefile,v 1.2 2005/04/23 20:10:22 rik Exp $
1# $Cronyx: sys.modules.ce.Makefile,v 1.2 2005/04/23 20:10:22 rik Exp $
2# $FreeBSD: head/sys/modules/ce/Makefile 182668 2008-09-01 23:59:00Z imp $
2# $FreeBSD: head/sys/modules/ce/Makefile 228971 2011-12-29 21:17:35Z dim $
3
4.PATH: ${.CURDIR}/../../dev/ce
5KMOD = if_ce
6SRCS = if_ce.c ceddk.c tau32-ddk.c
7SRCS += opt_bpf.h opt_netgraph.h opt_ng_cronyx.h device_if.h bus_if.h \
8 pci_if.h
9
10.if !defined(KERNBUILDDIR)

--- 10 unchanged lines hidden (view full) ---

21
22.if ${NG_CRONYX} != 0
23opt_ng_cronyx.h:
24 echo "#define NETGRAPH_CRONYX 1" > ${.TARGET}
25.endif
26.endif
27
28.include <bsd.kmod.mk>
3
4.PATH: ${.CURDIR}/../../dev/ce
5KMOD = if_ce
6SRCS = if_ce.c ceddk.c tau32-ddk.c
7SRCS += opt_bpf.h opt_netgraph.h opt_ng_cronyx.h device_if.h bus_if.h \
8 pci_if.h
9
10.if !defined(KERNBUILDDIR)

--- 10 unchanged lines hidden (view full) ---

21
22.if ${NG_CRONYX} != 0
23opt_ng_cronyx.h:
24 echo "#define NETGRAPH_CRONYX 1" > ${.TARGET}
25.endif
26.endif
27
28.include <bsd.kmod.mk>
29
30CWARNFLAGS.tau32-ddk.c= ${NO_WCONSTANT_CONVERSION}
31CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}