diff options
Diffstat (limited to 'include/asm-generic/Kbuild')
-rw-r--r-- | include/asm-generic/Kbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 4c9932a2503f..460b08d51e2e 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild | |||
@@ -2,9 +2,9 @@ header-y += errno-base.h | |||
2 | header-y += errno.h | 2 | header-y += errno.h |
3 | header-y += fcntl.h | 3 | header-y += fcntl.h |
4 | header-y += ioctl.h | 4 | header-y += ioctl.h |
5 | header-y += mman.h | 5 | header-y += mman-common.h |
6 | header-y += poll.h | 6 | header-y += poll.h |
7 | header-y += signal.h | 7 | header-y += signal-defs.h |
8 | header-y += statfs.h | 8 | header-y += statfs.h |
9 | 9 | ||
10 | unifdef-y += int-l64.h | 10 | unifdef-y += int-l64.h |