Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.23-rc6 8 lines 176 B view raw
1# 2# Makefile for the XFRM subsystem. 3# 4 5obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \ 6 xfrm_input.o xfrm_algo.o 7obj-$(CONFIG_XFRM_USER) += xfrm_user.o 8