[uClinux-dev] [PATCH] nios2: fix arch prepare
Greg Ungerer
gerg at snapgear.com
Sun Feb 3 19:15:14 EST 2008
Hi Thomas,
Thomas Chou wrote:
> The prepare in arch Makefile should be spelled as archprepare. This
> fixes the compilation error caused by asm-offsets.h dependency.
>
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
Thanks, applied to uClinux-dist.
Regards
Greg
> linux-2.6.x/arch/nios2nommu/Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/linux-2.6.x/arch/nios2nommu/Makefile b/linux-2.6.x/arch/nios2nommu/Makefile
> index 632f049..d7ff149 100644
> --- a/linux-2.6.x/arch/nios2nommu/Makefile
> +++ b/linux-2.6.x/arch/nios2nommu/Makefile
> @@ -142,7 +142,7 @@ hwselect:
> @echo $($(quiet)cmd_gen_mk);
> @$(cmd_gen_mk)
>
> -prepare: include/nios2_system.h
> +archprepare: include/nios2_system.h
>
> archclean:
> @$(MAKE) $(clean)=arch/$(ARCH)/boot
--
------------------------------------------------------------------------
Greg Ungerer -- Chief Software Dude EMAIL: gerg at snapgear.com
Secure Computing Corporation PHONE: +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
More information about the uClinux-dev
mailing list