diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-07 13:01:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-07 13:01:43 -0500 |
commit | eeb059e0a69369753b3e45426958f751f0b8fc89 (patch) | |
tree | 311290c94e692a7495c71c9f62ab2c239b1470de /arch | |
parent | c03296a868ae7c91aa2d8b372184763b18f16d7a (diff) | |
parent | 8c7f75d3257fe466b34abf290c8b177c106c3769 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfix
Diffstat (limited to 'arch')
-rw-r--r-- | arch/cris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/Makefile b/arch/cris/Makefile index ea65d585cf5e..ee114699ef8e 100644 --- a/arch/cris/Makefile +++ b/arch/cris/Makefile | |||
@@ -119,7 +119,7 @@ $(SRC_ARCH)/.links: | |||
119 | @ln -sfn $(SRC_ARCH)/$(SARCH)/lib $(SRC_ARCH)/lib | 119 | @ln -sfn $(SRC_ARCH)/$(SARCH)/lib $(SRC_ARCH)/lib |
120 | @ln -sfn $(SRC_ARCH)/$(SARCH) $(SRC_ARCH)/arch | 120 | @ln -sfn $(SRC_ARCH)/$(SARCH) $(SRC_ARCH)/arch |
121 | @ln -sfn $(SRC_ARCH)/$(SARCH)/vmlinux.lds.S $(SRC_ARCH)/kernel/vmlinux.lds.S | 121 | @ln -sfn $(SRC_ARCH)/$(SARCH)/vmlinux.lds.S $(SRC_ARCH)/kernel/vmlinux.lds.S |
122 | @ln -sfn $(SRC_ARCH)/$(SARCH)/asm-offsets.c $(SRC_ARCH)/kernel/asm-offsets.c | 122 | @ln -sfn $(SRC_ARCH)/$(SARCH)/kernel/asm-offsets.c $(SRC_ARCH)/kernel/asm-offsets.c |
123 | @touch $@ | 123 | @touch $@ |
124 | 124 | ||
125 | # Create link to sub arch includes | 125 | # Create link to sub arch includes |