Clean-up from Kbuild/Kconfig point of view. I confirmed this series can apply and compile based on today's Linus tree. (commit 2837461dbe6f) Masahiro Yamada (3): bpfilter: add bpfilter_umh to .gitignore bpfilter: include bpfilter_umh in assembly instead of using objcopy bpfilter: check compiler capability in Kconfig Makefile | 5 ----- net/Makefile | 4 ---- net/bpfilter/.gitignore | 1 + net/bpfilter/Kconfig | 2 +- net/bpfilter/Makefile | 15 ++------------- net/bpfilter/bpfilter_kern.c | 11 +++++------ net/bpfilter/bpfilter_umh_blob.S | 7 +++++++ scripts/cc-can-link.sh | 2 +- 8 files changed, 17 insertions(+), 30 deletions(-) create mode 100644 net/bpfilter/.gitignore create mode 100644 net/bpfilter/bpfilter_umh_blob.S -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html