moved some rootfile from common to i586.

This commit is contained in:
Arne Fitzenreiter
2011-10-03 11:52:34 +02:00
parent e137ec4ecf
commit 83131f6625
5 changed files with 1 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ else
ifeq "$(MACHINE_TYPE)" "arm"
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" uImage
cd $(DIR_APP) && cp -v arch/arm/boot/uImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
cd $(DIR_APP) && cp -v arch/arm/boot/uImage /boot/uImage
else
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" bzImage
cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /boot/vmlinuz-$(VER)-$(VERSUFIX)