Makefile (c9dd0b48c9f79fbf4f804cef51cbdbd996561d51) | Makefile (77388ed2f3d0687c8ea97c6d3379396d0556ee06) |
---|---|
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# * --- 51 unchanged lines hidden (view full) --- 60CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include 61 62#CFLAGS += -g 63#CFLAGS += -fno-inline 64 65#CFLAGS += -DQLNX_SOFT_LRO 66#CFLAGS += -DQLNX_QSORT_LRO 67#CFLAGS += -DQLNX_MAX_COALESCE | 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# * --- 51 unchanged lines hidden (view full) --- 60CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include 61 62#CFLAGS += -g 63#CFLAGS += -fno-inline 64 65#CFLAGS += -DQLNX_SOFT_LRO 66#CFLAGS += -DQLNX_QSORT_LRO 67#CFLAGS += -DQLNX_MAX_COALESCE |
68#CFLAGS += -DQLNX_TRACE_LRO_CNT 69#CFLAGS += -DQLNX_TRACE_TSO_PKT_LEN | |
70 71 72.include <bsd.kmod.mk> 73 | 68 69 70.include <bsd.kmod.mk> 71 |