]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-mtx-1-2.4.24/06-zboot-mtx.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-mtx-1-2.4.24 / 06-zboot-mtx.diff
1 diff -urb work/arch/mips/zboot/Makefile mtx/arch/mips/zboot/Makefile
2 --- work/arch/mips/zboot/Makefile       2003-07-01 20:09:20.000000000 +0200
3 +++ mtx/arch/mips/zboot/Makefile        2003-07-01 19:20:29.000000000 +0200
4 @@ -64,6 +64,9 @@
5  ifdef CONFIG_MIPS_XXS1500
6  BOOT_DIR = xxs1500
7  endif
8 +ifdef CONFIG_MIPS_MTX1
9 +       $(MAKE) -C pb1xxx $@
10 +endif
11  
12  # Do the dirs
13  clean:
14 diff -urb work/arch/mips/zboot/pb1xxx/Makefile mtx/arch/mips/zboot/pb1xxx/Makefile
15 --- work/arch/mips/zboot/pb1xxx/Makefile        2003-07-01 20:09:20.000000000 +0200
16 +++ mtx/arch/mips/zboot/pb1xxx/Makefile 2003-07-01 19:20:37.000000000 +0200
17 @@ -57,6 +57,10 @@
18  BNAME=bosporus
19  endif
20  
21 +ifdef CONFIG_MIPS_MTX1
22 +BNAME=mtx-1
23 +endif
24 +
25  # These two variables control where the zImage is stored
26  # in flash and loaded in memory.  It only controls how the srec
27  # file is generated, the code is the same.