diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-08-14 02:36:15 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-08-14 02:36:15 -0400 |
commit | 3c012eebf8869dd3118c21a73a2f8cc9e9c694ea (patch) | |
tree | afa0646e32c23ac864ef9d42650d46e5313c1245 /include/asm-blackfin/Kbuild | |
parent | 9216bbc83826b77da9f2f396578c9d32b81e0d0b (diff) |
Blackfin arch: move fixed code defines into fixed_code.h as very few things actually need to know these details
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'include/asm-blackfin/Kbuild')
-rw-r--r-- | include/asm-blackfin/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-blackfin/Kbuild b/include/asm-blackfin/Kbuild index 71f8fe783258..606ecfdcc962 100644 --- a/include/asm-blackfin/Kbuild +++ b/include/asm-blackfin/Kbuild | |||
@@ -1,3 +1,3 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | header-y += fixed_code.h | 3 | unifdef-y += fixed_code.h |