diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-09-23 18:08:36 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 13:37:56 +0100 |
commit | e584ade1a6679bfb417620f15951796bed9805d9 (patch) | |
tree | 9e6cbf0665a8f10b98aefc64c7f112cb101cce0c /include/asm-mips | |
parent | ddb1199c4cd74a02d70f4c297373400893d70aa9 (diff) | |
download | linux-e584ade1a6679bfb417620f15951796bed9805d9.tar.bz2 |
[MIPS] Have headers_install install <asm/cachectl.h> and <asm/sysmips.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/Kbuild b/include/asm-mips/Kbuild index 01ea3e045652..7897f05e3165 100644 --- a/include/asm-mips/Kbuild +++ b/include/asm-mips/Kbuild @@ -1,3 +1,3 @@ include include/asm-generic/Kbuild.asm -header-y += sgidefs.h +header-y += cachectl.h sgidefs.h sysmips.h |