1# 2# Headers that are mandatory in usr/include/asm/ 3# 4mandatory-y += auxvec.h 5mandatory-y += bitsperlong.h 6mandatory-y += byteorder.h 7mandatory-y += errno.h 8mandatory-y += fcntl.h 9mandatory-y += ioctl.h 10mandatory-y += ioctls.h 11mandatory-y += ipcbuf.h 12mandatory-y += mman.h 13mandatory-y += msgbuf.h 14mandatory-y += param.h 15mandatory-y += poll.h 16mandatory-y += posix_types.h 17mandatory-y += ptrace.h 18mandatory-y += resource.h 19mandatory-y += sembuf.h 20mandatory-y += setup.h 21mandatory-y += shmbuf.h 22mandatory-y += sigcontext.h 23mandatory-y += siginfo.h 24mandatory-y += signal.h 25mandatory-y += socket.h 26mandatory-y += sockios.h 27mandatory-y += stat.h 28mandatory-y += statfs.h 29mandatory-y += swab.h 30mandatory-y += termbits.h 31mandatory-y += termios.h 32mandatory-y += types.h 33mandatory-y += unistd.h 34