Deleted Added
full compact
Makefile (322849) Makefile (322851)
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 322849 2017-08-24 17:36:10Z davidcs $
32# $FreeBSD: stable/11/sys/modules/qlnx/qlnxe/Makefile 322851 2017-08-24 18:51:55Z davidcs $
33#
34
35.PATH: ${SRCTOP}/sys/dev/qlnx/qlnxe
36
37#.PATH: ${.CURDIR}
38
39KMOD=if_qlnxe
40

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

47SRCS+=qlnx_os.c
48
49SRCS+= device_if.h
50SRCS+= bus_if.h
51SRCS+= pci_if.h
52
53CWARNEXTRA += -Wno-cast-qual
54
33#
34
35.PATH: ${SRCTOP}/sys/dev/qlnx/qlnxe
36
37#.PATH: ${.CURDIR}
38
39KMOD=if_qlnxe
40

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

47SRCS+=qlnx_os.c
48
49SRCS+= device_if.h
50SRCS+= bus_if.h
51SRCS+= pci_if.h
52
53CWARNEXTRA += -Wno-cast-qual
54
55CFLAGS += -DQLNX_DEBUG
55#CFLAGS += -DQLNX_DEBUG
56CFLAGS += -DECORE_PACKAGE
57CFLAGS += -DCONFIG_ECORE_L2
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
67
68
69.include <bsd.kmod.mk>
70
56CFLAGS += -DECORE_PACKAGE
57CFLAGS += -DCONFIG_ECORE_L2
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
67
68
69.include <bsd.kmod.mk>
70