Ways to compile kernel modules
커널 소스 디렉터리에서 아래 커맨드 진행 ( ecryptfs만 컴파일 하는경우)
make oldconfig cp ../linux-headers-4.0.0-kali1-amd64/Module.symvers ./ make prepare make modules_prepare make SUBDIRS=fs/ecryptfs/ modules
또는 모듈디렉터리로 이동 후
make -C /usr/src/[linux-header~] /build M=$(PWD) modules
알면 쉽고 모르면 어렵다…