]> git.hungrycats.org Git - linux/commitdiff
kbuild: arch/i386/boot*, use kbuild syntax when descending into compressed
authorSam Ravnborg <sam@mars.ravnborg.org>
Sat, 6 Sep 2003 23:08:53 +0000 (01:08 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sat, 6 Sep 2003 23:08:53 +0000 (01:08 +0200)
Use proper kbuild syntax when descending into compressed.
The use of $(Q)$(MAKE) $(build)=... is the preferred method

arch/i386/boot/Makefile
arch/i386/boot98/Makefile

index e52670075477ef23abc609fc21f2cb5dc9be339e..ccedae2773e78300f8860aef116a43e38d7ca81c 100644 (file)
@@ -58,8 +58,7 @@ $(obj)/setup $(obj)/bootsect: %: %.o FORCE
        $(call if_changed,ld)
 
 $(obj)/compressed/vmlinux: FORCE
-       $(Q)$(MAKE) -f scripts/Makefile.build obj=$(obj)/compressed \
-                                       IMAGE_OFFSET=$(IMAGE_OFFSET) $@
+       $(Q)$(MAKE) $(build)=$(obj)/compressed IMAGE_OFFSET=$(IMAGE_OFFSET) $@
 
 # Set this if you want to pass append arguments to the zdisk/fdimage kernel
 FDARGS = 
index e52670075477ef23abc609fc21f2cb5dc9be339e..ccedae2773e78300f8860aef116a43e38d7ca81c 100644 (file)
@@ -58,8 +58,7 @@ $(obj)/setup $(obj)/bootsect: %: %.o FORCE
        $(call if_changed,ld)
 
 $(obj)/compressed/vmlinux: FORCE
-       $(Q)$(MAKE) -f scripts/Makefile.build obj=$(obj)/compressed \
-                                       IMAGE_OFFSET=$(IMAGE_OFFSET) $@
+       $(Q)$(MAKE) $(build)=$(obj)/compressed IMAGE_OFFSET=$(IMAGE_OFFSET) $@
 
 # Set this if you want to pass append arguments to the zdisk/fdimage kernel
 FDARGS =