Re: [U-Boot] [PATCH] disk: convert part_* files to COBJ-$(CONFIG_XXX) style

2009-02-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1233277327-6169-1-git-send-email-vap...@gentoo.org> you wrote: > Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to avoid > pointless compiles. > > Signed-off-by: Mike Frysinger > --- > disk/Makefile | 10 +- > disk/part_amiga.c |

[U-Boot] [PATCH] disk: convert part_* files to COBJ-$(CONFIG_XXX) style

2009-01-29 Thread Mike Frysinger
Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to avoid pointless compiles. Signed-off-by: Mike Frysinger --- disk/Makefile | 10 +- disk/part_amiga.c | 10 +- disk/part_dos.c | 12 ++-- disk/part_efi.c | 12 ++-- disk/part_iso.c