[saibcm] Fix make file and source code to build on kernel 4.9
The build passes under the name opennsl. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
parent
c50d4c2723
commit
ee65e7f2cb
@ -28,10 +28,19 @@ ifeq (,$(KFLAGS))
|
||||
KFLAGS := -nostdinc -isystem $(SYSINC) -I$(KERNDIR)/include -I$(KERNDIR)/arch/x86/include -include $(AUTOCONF) -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign
|
||||
endif
|
||||
|
||||
ifeq ($(LINUX_MAKE_SHARED_LIB), 1)
|
||||
KFLAGS += -fPIC -mcmodel=small
|
||||
else
|
||||
KFLAGS += -fno-pie -mcmodel=kernel
|
||||
endif
|
||||
|
||||
LINUX_UAPI = $(LINUX_INCLUDE)/uapi
|
||||
ifneq (,$(shell ls $(LINUX_UAPI) 2>/dev/null))
|
||||
KFLAGS += -I$(LINUX_INCLUDE)/uapi -I$(LINUX_INCLUDE)/generated/uapi -I$(KERNDIR)/arch/x86/include/generated -I$(KERNDIR)/arch/x86/include/uapi -I$(KERNDIR)/arch/x86/include/generated/uapi
|
||||
|
||||
ifeq (1,$(DEBIAN_LINUX_HEADER))
|
||||
KERNDIR_COMMON := $(subst amd64,common,$(KERNDIR))
|
||||
KFLAGS += -I$(KERNDIR_COMMON)/include -I$(KERNDIR_COMMON)/include/uapi -I$(KERNDIR_COMMON)/arch/x86/include -I$(KERNDIR_COMMON)/arch/x86/include/uapi
|
||||
endif
|
||||
|
||||
include ${SDK}/make/Makefile.linux-x86-common-2_6
|
||||
|
||||
|
@ -4784,7 +4784,7 @@ bkn_tx(struct sk_buff *skb, struct net_device *dev)
|
||||
bkn_suspend_tx(sinfo);
|
||||
}
|
||||
|
||||
dev->trans_start = jiffies;
|
||||
netif_trans_update(dev);
|
||||
|
||||
spin_unlock_irqrestore(&sinfo->lock, flags);
|
||||
|
||||
|
Reference in New Issue
Block a user