kernel: drop arm-versatile.

No one use this kernel because it make not much sense to use an emulated IPFire-arm on qemu.
This commit is contained in:
Arne Fitzenreiter
2012-08-12 06:22:04 -04:00
parent 8823b4091a
commit c94c1fa557
6 changed files with 0 additions and 4277 deletions

View File

@@ -188,16 +188,11 @@ ifeq "$(KCFG)" "-rpi"
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" zImage
cd /boot && cat first32k.bin $(DIR_APP)/arch/arm/boot/Image > kernel.img
cd $(DIR_APP) && cp -v /boot/kernel.img /boot/vmlinuz-$(VER)-$(VERSUFIX)
else
ifeq "$(KCFG)" "-versatile"
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" zImage
cd $(DIR_APP) && cp -v arch/arm/boot/zImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
else
cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" bzImage
cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /boot/vmlinuz-$(VER)-$(VERSUFIX)
endif
endif
endif
endif
cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-$(VERSUFIX)
cd $(DIR_APP) && cp -v .config /boot/config-$(VER)-$(VERSUFIX)