uboot-mt623x/post
Wolfgang Denk aa1bcca3d2 post/Makefile: fix dependency problem with parallel builds
Parallel builds (using "make -jN") would occasionally fail with error
messages like
	ppc_4xxFP-objdump: string.o: File format not recognized
or
	post/libpost.a(cpu.o): In function `cpu_post_test':
	/home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
or similar. We now make sure to run the 'postdeps" step before
attempting to build the specific POST libraries.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-12-16 14:44:06 +01:00
..
board rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cpu rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
drivers rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
lib_ppc rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile post/Makefile: fix dependency problem with parallel builds 2008-12-16 14:44:06 +01:00
post.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
rules.mk Big white-space cleanup. 2008-05-21 00:14:08 +02:00
tests.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00