diff options
Diffstat (limited to 'include/asm-generic/Kbuild')
| -rw-r--r-- | include/asm-generic/Kbuild | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index eb62334cda29..53f91b1ae53a 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild @@ -3,6 +3,8 @@ header-y += bitsperlong.h  header-y += errno-base.h  header-y += errno.h  header-y += fcntl.h +header-y += int-l64.h +header-y += int-ll64.h  header-y += ioctl.h  header-y += ioctls.h  header-y += ipcbuf.h @@ -12,10 +14,12 @@ header-y += msgbuf.h  header-y += param.h  header-y += poll.h  header-y += posix_types.h +header-y += resource.h  header-y += sembuf.h  header-y += setup.h  header-y += shmbuf.h  header-y += shmparam.h +header-y += siginfo.h  header-y += signal-defs.h  header-y += signal.h  header-y += socket.h @@ -28,8 +32,3 @@ header-y += termios.h  header-y += types.h  header-y += ucontext.h  header-y += unistd.h - -unifdef-y += int-l64.h -unifdef-y += int-ll64.h -unifdef-y += resource.h -unifdef-y += siginfo.h | 
