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

Configure Feed

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

at v2.6.27-rc3 35 lines 800 B view raw
1ifneq ($(wildcard $(srctree)/include/asm-$(SRCARCH)/kvm.h),) 2header-y += kvm.h 3endif 4 5ifneq ($(wildcard $(srctree)/include/asm-$(SRCARCH)/a.out.h),) 6unifdef-y += a.out.h 7endif 8unifdef-y += auxvec.h 9unifdef-y += byteorder.h 10unifdef-y += errno.h 11unifdef-y += fcntl.h 12unifdef-y += ioctl.h 13unifdef-y += ioctls.h 14unifdef-y += ipcbuf.h 15unifdef-y += mman.h 16unifdef-y += msgbuf.h 17unifdef-y += param.h 18unifdef-y += poll.h 19unifdef-y += posix_types.h 20unifdef-y += ptrace.h 21unifdef-y += resource.h 22unifdef-y += sembuf.h 23unifdef-y += setup.h 24unifdef-y += shmbuf.h 25unifdef-y += sigcontext.h 26unifdef-y += siginfo.h 27unifdef-y += signal.h 28unifdef-y += socket.h 29unifdef-y += sockios.h 30unifdef-y += stat.h 31unifdef-y += statfs.h 32unifdef-y += termbits.h 33unifdef-y += termios.h 34unifdef-y += types.h 35unifdef-y += unistd.h