Deleted Added
full compact
Makefile (318657) Makefile (322849)
1#/*
2# * Copyright (c) 2017-2018 Cavium, Inc.
3# * All rights reserved.
4# *
5# * Redistribution and use in source and binary forms, with or without
6# * modification, are permitted provided that the following conditions
7# * are met:
8# *

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

24# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25# * POSSIBILITY OF SUCH DAMAGE.
26# */
27#/*
28# * File : Makefile
29# * Author : David C Somayajulu, Cavium, Inc., San Jose, CA 95131.
30# */
31#
1#/*
2# * Copyright (c) 2017-2018 Cavium, Inc.
3# * All rights reserved.
4# *
5# * Redistribution and use in source and binary forms, with or without
6# * modification, are permitted provided that the following conditions
7# * are met:
8# *

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

24# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25# * POSSIBILITY OF SUCH DAMAGE.
26# */
27#/*
28# * File : Makefile
29# * Author : David C Somayajulu, Cavium, Inc., San Jose, CA 95131.
30# */
31#
32# $FreeBSD: stable/11/sys/modules/qlnx/qlnxe/Makefile 318657 2017-05-22 19:22:06Z davidcs $
32# $FreeBSD: stable/11/sys/modules/qlnx/qlnxe/Makefile 322849 2017-08-24 17:36:10Z davidcs $
33#
34
35.PATH: ${SRCTOP}/sys/dev/qlnx/qlnxe
36
37#.PATH: ${.CURDIR}
38
39KMOD=if_qlnxe
40

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

58CFLAGS += -DECORE_CONFIG_DIRECT_HWFN
59
60#CFLAGS += -g
61#CFLAGS += -fno-inline
62
63#CFLAGS += -DQLNX_SOFT_LRO
64#CFLAGS += -DQLNX_QSORT_LRO
65#CFLAGS += -DQLNX_MAX_COALESCE
33#
34
35.PATH: ${SRCTOP}/sys/dev/qlnx/qlnxe
36
37#.PATH: ${.CURDIR}
38
39KMOD=if_qlnxe
40

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

58CFLAGS += -DECORE_CONFIG_DIRECT_HWFN
59
60#CFLAGS += -g
61#CFLAGS += -fno-inline
62
63#CFLAGS += -DQLNX_SOFT_LRO
64#CFLAGS += -DQLNX_QSORT_LRO
65#CFLAGS += -DQLNX_MAX_COALESCE
66#CFLAGS += -DQLNX_RCV_IN_TASKQ
66
67
68.include <bsd.kmod.mk>
69
67
68
69.include <bsd.kmod.mk>
70