⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻
字号:
## Makefile for the netfilter modules on top of IPv6.## Note! Dependencies are done automagically by 'make dep', which also# removes any old dependencies. DON'T put your own dependencies here# unless it's something special (ie not a .c file).## Note 2! The CFLAGS definition is now in the main makefile...O_TARGET := netfilter.omulti-objs :=export-objs :=# Link order matters here.obj-$(CONFIG_IP6_NF_IPTABLES) += ip6_tables.oobj-$(CONFIG_IP6_NF_MATCH_LIMIT) += ip6t_limit.oobj-$(CONFIG_IP6_NF_MATCH_MARK) += ip6t_mark.oobj-$(CONFIG_IP6_NF_MATCH_MAC) += ip6t_mac.oobj-$(CONFIG_IP6_NF_MATCH_MULTIPORT) += ip6t_multiport.oobj-$(CONFIG_IP6_NF_FILTER) += ip6table_filter.oobj-$(CONFIG_IP6_NF_TARGET_MARK) += ip6t_MARK.oinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -