linux/arch/arm
Sam Ravnborg 5bb7826900 kbuild: rename prepare to archprepare to fix dependency chain
When introducing the generic asm-offsets.h support the dependency
chain for the prepare targets was changed. All build scripts expecting
include/asm/asm-offsets.h to be made when using the prepare target would broke.
With the limited number of prepare targets left in arch Makefiles
the trivial solution was to introduce a new arch specific target: archprepare

The dependency chain looks like this now:

prepare
  |
  +--> prepare0
         |
         +--> archprepare
                |
		+--> scripts_basic
                +--> prepare1
                       |
                       +---> prepare2
                               |
                               +--> prepare3

So prepare 3 is processed before prepare2 etc.
This guaantees that the asm symlink, version.h, scripts_basic
are all updated before archprepare is processed.

prepare0 which build the asm-offsets.h file will need the
actions performed by archprepare.

The head target is now named prepare, because users scripts will most
likely use that target, but prepare-all has been kept for compatibility.
Updated Documentation/kbuild/makefiles.txt.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2005-09-11 22:30:22 +02:00
..
boot [ARM] 2883/1: PXA Sharpsl: Add detection of new PXA based Zaurii machine types 2005-09-07 17:24:35 +01:00
common [ARM] 2894/1: Sharp Scoop driver pm_message_t type fix 2005-09-09 18:54:04 +01:00
configs [ARM] 2891/1: S3C2410 - update s3c2410_defconfig for 2.6.13 2005-09-08 23:07:39 +01:00
kernel Merge master.kernel.org:/home/rmk/linux-2.6-arm 2005-09-10 10:16:47 -07:00
lib kbuild: arm - use generic asm-offsets.h support 2005-09-09 21:08:59 +02:00
mach-aaec2000 [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-clps711x [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-clps7500 [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-ebsa110 [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-epxa10db [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-footbridge [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-h720x [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-imx [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-integrator [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-iop3xx [ARM] 2871/1: Fixes an issue with gettimeofday not working correctly on Intel IOP3xx processors 2005-09-07 17:24:36 +01:00
mach-ixp4xx [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-ixp2000 [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-l7200 [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-lh7a40x [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-omap1 Merge master.kernel.org:/home/rmk/linux-2.6-serial 2005-09-08 15:30:14 -07:00
mach-pxa Merge master.kernel.org:/home/rmk/linux-2.6-arm 2005-09-10 10:16:47 -07:00
mach-rpc [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-s3c2410 [PATCH] s3c2410fb: Platform support for ARM S3C2410 framebuffer driver 2005-09-09 14:03:42 -07:00
mach-sa1100 [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-shark [SERIAL] Use an enum for serial8250 platform device IDs 2005-09-08 16:04:41 +01:00
mach-versatile [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mm Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild 2005-09-09 15:46:49 -07:00
nwfpe kbuild: arm - use generic asm-offsets.h support 2005-09-09 21:08:59 +02:00
oprofile [PATCH] ARM: 2838/1: Fix arm oprofile backtrace warning 2005-08-04 15:06:59 +01:00
plat-omap [ARM] 2887/1: OMAP 2/4: Update files common to omap1 and omap2, take 2 2005-09-07 17:20:26 +01:00
tools [PATCH] ARM: Update mach-types 2005-06-27 14:49:10 +01:00
vfp kbuild: arm - use generic asm-offsets.h support 2005-09-09 21:08:59 +02:00
Kconfig [PATCH] Remove even more stale references to Documentation/smp.tex 2005-09-10 10:06:24 -07:00
Kconfig.debug [ARM] Fix typo in arch/arm/Kconfig.debug 2005-09-09 15:57:17 +01:00
Makefile kbuild: rename prepare to archprepare to fix dependency chain 2005-09-11 22:30:22 +02:00