diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2009-01-07 01:56:34 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 05:10:29 +0300 |
commit | 5cbd04ae36fcb8fd1f38c71dacbbe59f3166f074 (patch) | |
tree | 906fc16e7341526dc232fea1021d2154d5ed74ea /include/asm-mn10300/Kbuild | |
parent | 919594765dcf803017b2227425c1b27b5ea537be (diff) | |
download | linux-5cbd04ae36fcb8fd1f38c71dacbbe59f3166f074.tar.xz |
mn10300: introduce asm/swab.h
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-mn10300/Kbuild')
-rw-r--r-- | include/asm-mn10300/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mn10300/Kbuild b/include/asm-mn10300/Kbuild index c68e1680da01..27b108a86b39 100644 --- a/include/asm-mn10300/Kbuild +++ b/include/asm-mn10300/Kbuild @@ -1 +1,2 @@ include include/asm-generic/Kbuild.asm +unifdef-y += swab.h |