[xtensa-cvscommit] linux/arch/xtensa/boot Makefile,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <joe...@us...> - 2002-10-23 20:53:51
|
Update of /cvsroot/xtensa/linux/arch/xtensa/boot In directory usw-pr-cvs1:/tmp/cvs-serv28395/arch/xtensa/boot Modified Files: Makefile Log Message: Add processor config information for two additional configs: linux_le and linux_test. Also make the selection of processor configuration selectable at kernel-configuration time. linux_be is the default. Index: Makefile =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/boot/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 28 Aug 2002 16:10:13 -0000 1.1.1.1 --- Makefile 23 Oct 2002 20:53:18 -0000 1.2 *************** *** 25,30 **** # Subdirs for the boot loader(s) ! subdir-$(CONFIG_XTENSA_ISS) += boot-elf ! subdir-$(CONFIG_XTENSA_XT2000) += boot-redboot boot-elf lib/zlib.a: --- 25,30 ---- # Subdirs for the boot loader(s) ! subdir-$(CONFIG_XTENSA_PLATFORM_ISS) += boot-elf ! subdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elf lib/zlib.a: |