how to export a modified kernel header

前端 未结 3 416
栀梦
栀梦 2021-01-14 08:51

I modified some files in the Linux kernel

include/linux/tcp.h
include/net/tcp.h 
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp_output.c

Following

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-14 09:28

    The right location of INSTALL_HDR_PATH should be /usr instead:

    $ make headers_install INSTALL_HDR_PATH=/usr
    

提交回复
热议问题