* linuxppc-2.5 CONFIG_BOOT_LOAD undefined
@ 2003-08-13 7:51 Olaf Hering
2003-08-13 23:35 ` Tom Rini
2003-08-14 16:05 ` Tom Rini
0 siblings, 2 replies; 13+ messages in thread
From: Olaf Hering @ 2003-08-13 7:51 UTC (permalink / raw)
To: linuxppc-dev
/usr/bin/time make oldconfig zImage modules modules_install INSTALL_MOD_PATH=`pwd` &>log
olaf@mango:~/linux-2.6.0-test3-lxppc25> tail log
--set-section-flags=.image=contents,alloc,load,readonly,data \
arch/ppc/boot/simple/dummy.o arch/ppc/boot/simple/image.o
ld -T arch/ppc/boot/ld.script -Ttext -Bstatic -o arch/ppc/boot/simple/zvmlinux arch/ppc/boot/simple/head.o arch/ppc/boot/simple/relocate.o arch/ppc/boot/simple/misc.o arch/ppc/boot/simple/image.o arch/ppc/boot/common/lib.a arch/ppc/boot/lib/lib.a
ld: invalid hex number `-Bstatic'
make[2]: *** [arch/ppc/boot/simple/zvmlinux] Error 1
make[1]: *** [simple] Error 2
make: *** [zImage] Error 2
Command exited with non-zero status 2
1375.30user 103.63system 24:56.21elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (1591311major+1490305minor)pagefaults 0swaps
olaf@mango:~/linux-2.6.0-test3-lxppc25> grep -wr CONFIG_BOOT_LOAD .config
CONFIG_BOOT_LOAD=0x00800000
-Ttext wants an address, arch/ppc/boot/simple/Makefile does not include
the .config for some reasons.
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-13 7:51 linuxppc-2.5 CONFIG_BOOT_LOAD undefined Olaf Hering @ 2003-08-13 23:35 ` Tom Rini 2003-08-14 10:39 ` Olaf Hering 2003-08-14 16:05 ` Tom Rini 1 sibling, 1 reply; 13+ messages in thread From: Tom Rini @ 2003-08-13 23:35 UTC (permalink / raw) To: Olaf Hering; +Cc: linuxppc-dev On Wed, Aug 13, 2003 at 09:51:08AM +0200, Olaf Hering wrote: > /usr/bin/time make oldconfig zImage modules modules_install INSTALL_MOD_PATH=`pwd` &>log > > olaf@mango:~/linux-2.6.0-test3-lxppc25> tail log > --set-section-flags=.image=contents,alloc,load,readonly,data \ > arch/ppc/boot/simple/dummy.o arch/ppc/boot/simple/image.o > ld -T arch/ppc/boot/ld.script -Ttext -Bstatic -o arch/ppc/boot/simple/zvmlinux arch/ppc/boot/simple/head.o arch/ppc/boot/simple/relocate.o arch/ppc/boot/simple/misc.o arch/ppc/boot/simple/image.o arch/ppc/boot/common/lib.a arch/ppc/boot/lib/lib.a > ld: invalid hex number `-Bstatic' > make[2]: *** [arch/ppc/boot/simple/zvmlinux] Error 1 > make[1]: *** [simple] Error 2 > make: *** [zImage] Error 2 > Command exited with non-zero status 2 > 1375.30user 103.63system 24:56.21elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k > 0inputs+0outputs (1591311major+1490305minor)pagefaults 0swaps > olaf@mango:~/linux-2.6.0-test3-lxppc25> grep -wr CONFIG_BOOT_LOAD .config > CONFIG_BOOT_LOAD=0x00800000 > > > -Ttext wants an address, arch/ppc/boot/simple/Makefile does not include > the .config for some reasons. What's your whole .config? This error pops up from time to time, but only just from time to time. -- Tom Rini http://gate.crashing.org/~trini/ ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-13 23:35 ` Tom Rini @ 2003-08-14 10:39 ` Olaf Hering 0 siblings, 0 replies; 13+ messages in thread From: Olaf Hering @ 2003-08-14 10:39 UTC (permalink / raw) To: Tom Rini; +Cc: linuxppc-dev On Wed, Aug 13, Tom Rini wrote: > On Wed, Aug 13, 2003 at 09:51:08AM +0200, Olaf Hering wrote: > > -Ttext wants an address, arch/ppc/boot/simple/Makefile does not include > > the .config for some reasons. > > What's your whole .config? This error pops up from time to time, but > only just from time to time. CONFIG_MMU=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_HAVE_DEC_LOCK=y CONFIG_EXPERIMENTAL=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_MODULES=y CONFIG_OBSOLETE_MODPARM=y CONFIG_MODVERSIONS=y CONFIG_KMOD=y CONFIG_PPC=y CONFIG_PPC32=y CONFIG_6xx=y CONFIG_PM=y CONFIG_GENERIC_ISA_DMA=y CONFIG_PPC_STD_MMU=y CONFIG_PPC_MULTIPLATFORM=y CONFIG_PPC_CHRP=y CONFIG_PPC_PMAC=y CONFIG_PPC_PREP=y CONFIG_PPC_OF=y CONFIG_TAU=y CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_KCORE_ELF=y CONFIG_KERNEL_ELF=y CONFIG_BINFMT_ELF=y CONFIG_BINFMT_MISC=m CONFIG_PCI_NAMES=y CONFIG_HOTPLUG=y CONFIG_PROC_DEVICETREE=y CONFIG_PPCBUG_NVRAM=y CONFIG_HIGHMEM_START=0xfe000000 CONFIG_LOWMEM_SIZE=0x30000000 CONFIG_KERNEL_START=0xc0000000 CONFIG_TASK_SIZE=0x80000000 CONFIG_BOOT_LOAD=0x00800000 CONFIG_FW_LOADER=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=123456 CONFIG_BLK_DEV_INITRD=y CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y CONFIG_BLK_DEV_IDEDISK=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_SHARE_IRQ=y CONFIG_BLK_DEV_IDEDMA_PCI=y CONFIG_IDEDMA_PCI_AUTO=y CONFIG_BLK_DEV_ADMA=y CONFIG_BLK_DEV_IDE_PMAC=y CONFIG_BLK_DEV_IDEDMA_PMAC=y CONFIG_BLK_DEV_IDEDMA_PMAC_AUTO=y CONFIG_BLK_DEV_IDEDMA=y CONFIG_IDEDMA_AUTO=y CONFIG_SCSI=m CONFIG_BLK_DEV_SD=m CONFIG_BLK_DEV_SR=m CONFIG_CHR_DEV_SG=m CONFIG_SCSI_REPORT_LUNS=y CONFIG_SCSI_CONSTANTS=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_SYN_COOKIES=y CONFIG_IPV6_SCTP__=y CONFIG_NETDEVICES=y CONFIG_NET_ETHERNET=y CONFIG_CRC32=y CONFIG_SUNGEM=m CONFIG_NET_TULIP=y CONFIG_DE2104X=y CONFIG_TULIP=y CONFIG_TULIP_MMIO=y CONFIG_DE4X5=m CONFIG_FB=y CONFIG_FB_ATY=y CONFIG_FB_ATY_CT=y CONFIG_FB_ATY_GX=y CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_PCI_CONSOLE=y CONFIG_FONTS=y CONFIG_FONT_6x11=y CONFIG_INPUT=y CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 CONFIG_INPUT_JOYDEV=m CONFIG_INPUT_TSDEV=m CONFIG_INPUT_TSDEV_SCREEN_X=240 CONFIG_INPUT_TSDEV_SCREEN_Y=320 CONFIG_INPUT_EVDEV=m CONFIG_INPUT_EVBUG=m CONFIG_SOUND_GAMEPORT=y CONFIG_INPUT_KEYBOARD=y CONFIG_INPUT_MOUSE=y CONFIG_INPUT_JOYSTICK=y CONFIG_JOYSTICK_IFORCE=m CONFIG_JOYSTICK_IFORCE_USB=y CONFIG_INPUT_JOYDUMP=m CONFIG_INPUT_TOUCHSCREEN=y CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=y CONFIG_INPUT_UINPUT=m CONFIG_ADB_CUDA=y CONFIG_ADB_PMU=y CONFIG_PMAC_PBOOK=y CONFIG_PMAC_APM_EMU=y CONFIG_PMAC_BACKLIGHT=y CONFIG_ADB=y CONFIG_ADB_MACIO=y CONFIG_INPUT_ADBHID=y CONFIG_MAC_EMUMOUSEBTN=y CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y CONFIG_UNIX98_PTYS=y CONFIG_UNIX98_PTY_COUNT=256 CONFIG_I2C=m CONFIG_I2C_KEYWEST=m CONFIG_I2C_CHARDEV=m CONFIG_BUSMOUSE=y CONFIG_NVRAM=y CONFIG_GEN_RTC=y CONFIG_EXT2_FS=y CONFIG_AUTOFS_FS=m CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y CONFIG_ZISOFS_FS=y CONFIG_PROC_FS=y CONFIG_DEVPTS_FS=y CONFIG_TMPFS=y CONFIG_RAMFS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_SUNRPC=y CONFIG_PARTITION_ADVANCED=y CONFIG_MAC_PARTITION=y CONFIG_MSDOS_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_ISO8859_1=m CONFIG_SOUND=m CONFIG_SND=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DUMMY=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_DUMMY=m CONFIG_SND_VIRMIDI=m CONFIG_SND_MTPAV=m CONFIG_SND_SERIAL_U16550=m CONFIG_SND_MPU401=m CONFIG_SND_POWERMAC=m CONFIG_SND_USB_AUDIO=m CONFIG_USB=m CONFIG_USB_DEVICEFS=y CONFIG_USB_OHCI_HCD=m CONFIG_USB_AUDIO=m CONFIG_USB_BLUETOOTH_TTY=m CONFIG_USB_MIDI=m CONFIG_USB_ACM=m CONFIG_USB_PRINTER=m CONFIG_USB_STORAGE=m CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_FREECOM=y CONFIG_USB_STORAGE_ISD200=y CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_HP8200e=y CONFIG_USB_STORAGE_SDDR09=y CONFIG_USB_STORAGE_SDDR55=y CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_HID=m CONFIG_USB_HIDINPUT=y CONFIG_HID_FF=y CONFIG_HID_PID=y CONFIG_LOGITECH_FF=y CONFIG_THRUSTMASTER_FF=y CONFIG_USB_HIDDEV=y CONFIG_USB_AIPTEK=m CONFIG_USB_WACOM=m CONFIG_USB_KBTAB=m CONFIG_USB_POWERMATE=m CONFIG_USB_XPAD=m CONFIG_USB_SCANNER=m CONFIG_USB_MICROTEK=m CONFIG_USB_HPUSBSCSI=m CONFIG_USB_DABUSB=m CONFIG_USB_AX8817X=m CONFIG_USB_CATC=m CONFIG_USB_KAWETH=m CONFIG_USB_PEGASUS=m CONFIG_USB_RTL8150=m CONFIG_USB_USBNET=m CONFIG_USB_AN2720=y CONFIG_USB_BELKIN=y CONFIG_USB_GENESYS=y CONFIG_USB_NET1080=y CONFIG_USB_PL2301=y CONFIG_USB_ARMLINUX=y CONFIG_USB_EPSON2888=y CONFIG_USB_ZAURUS=y CONFIG_USB_CDCETHER=y CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_BELKIN=m CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m CONFIG_USB_SERIAL_EMPEG=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_VISOR=m CONFIG_USB_SERIAL_IPAQ=m CONFIG_USB_SERIAL_IR=m CONFIG_USB_SERIAL_EDGEPORT=m CONFIG_USB_SERIAL_EDGEPORT_TI=m CONFIG_USB_SERIAL_KEYSPAN_PDA=m CONFIG_USB_SERIAL_KEYSPAN=m CONFIG_USB_SERIAL_KEYSPAN_MPR=y CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA28X=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA18X=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA49W=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y CONFIG_USB_SERIAL_KLSI=m CONFIG_USB_SERIAL_KOBIL_SCT=m CONFIG_USB_SERIAL_MCT_U232=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_SAFE=m CONFIG_USB_SERIAL_SAFE_PADDED=y CONFIG_USB_SERIAL_CYBERJACK=m CONFIG_USB_SERIAL_XIRCOM=m CONFIG_USB_SERIAL_OMNINET=m CONFIG_USB_EZUSB=y CONFIG_USB_EMI26=m CONFIG_USB_TIGL=m CONFIG_USB_AUERSWALD=m CONFIG_USB_RIO500=m CONFIG_USB_BRLVGER=m CONFIG_USB_LCD=m CONFIG_USB_TEST=m CONFIG_USB_GADGET=m CONFIG_USB_NET2280=m CONFIG_USB_ZERO=m CONFIG_USB_ZERO_NET2280=y CONFIG_USB_ETH=m CONFIG_USB_ETH_NET2280=y CONFIG_ZLIB_INFLATE=y CONFIG_DEBUG_KERNEL=y CONFIG_MAGIC_SYSRQ=y -- USB is for mice, FireWire is for men! sUse lINUX ag, nÜRNBERG ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-13 7:51 linuxppc-2.5 CONFIG_BOOT_LOAD undefined Olaf Hering 2003-08-13 23:35 ` Tom Rini @ 2003-08-14 16:05 ` Tom Rini 2003-08-14 16:45 ` Olaf Hering 1 sibling, 1 reply; 13+ messages in thread From: Tom Rini @ 2003-08-14 16:05 UTC (permalink / raw) To: Olaf Hering; +Cc: linuxppc-dev On Wed, Aug 13, 2003 at 09:51:08AM +0200, Olaf Hering wrote: > /usr/bin/time make oldconfig zImage modules modules_install INSTALL_MOD_PATH=`pwd` &>log > > olaf@mango:~/linux-2.6.0-test3-lxppc25> tail log > --set-section-flags=.image=contents,alloc,load,readonly,data \ > arch/ppc/boot/simple/dummy.o arch/ppc/boot/simple/image.o > ld -T arch/ppc/boot/ld.script -Ttext -Bstatic -o arch/ppc/boot/simple/zvmlinux arch/ppc/boot/simple/head.o arch/ppc/boot/simple/relocate.o arch/ppc/boot/simple/misc.o arch/ppc/boot/simple/image.o arch/ppc/boot/common/lib.a arch/ppc/boot/lib/lib.a > ld: invalid hex number `-Bstatic' > make[2]: *** [arch/ppc/boot/simple/zvmlinux] Error 1 > make[1]: *** [simple] Error 2 > make: *** [zImage] Error 2 > Command exited with non-zero status 2 > 1375.30user 103.63system 24:56.21elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k > 0inputs+0outputs (1591311major+1490305minor)pagefaults 0swaps > olaf@mango:~/linux-2.6.0-test3-lxppc25> grep -wr CONFIG_BOOT_LOAD .config > CONFIG_BOOT_LOAD=0x00800000 > > > -Ttext wants an address, arch/ppc/boot/simple/Makefile does not include > the .config for some reasons. I just noticed something. With the .config you posted (and with IDE disabled, as it doesn't work in current linus bk): $ find arch/ppc/boot -name *.o | grep simple arch/ppc/boot/simple/legacy.o $ Are you sure you sent the correct .config ? -- Tom Rini http://gate.crashing.org/~trini/ ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-14 16:05 ` Tom Rini @ 2003-08-14 16:45 ` Olaf Hering 2003-08-14 16:54 ` Tom Rini 0 siblings, 1 reply; 13+ messages in thread From: Olaf Hering @ 2003-08-14 16:45 UTC (permalink / raw) To: Tom Rini; +Cc: linuxppc-dev On Thu, Aug 14, Tom Rini wrote: > Are you sure you sent the correct .config ? maybe I screwed it, here is it again. boots on an ibook1 at least. CONFIG_MMU=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_HAVE_DEC_LOCK=y CONFIG_EXPERIMENTAL=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_MODULES=y CONFIG_OBSOLETE_MODPARM=y CONFIG_MODVERSIONS=y CONFIG_KMOD=y CONFIG_PPC=y CONFIG_PPC32=y CONFIG_6xx=y CONFIG_PM=y CONFIG_GENERIC_ISA_DMA=y CONFIG_PPC_STD_MMU=y CONFIG_PPC_MULTIPLATFORM=y CONFIG_PPC_CHRP=y CONFIG_PPC_PMAC=y CONFIG_PPC_PREP=y CONFIG_PPC_OF=y CONFIG_TAU=y CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_KCORE_ELF=y CONFIG_KERNEL_ELF=y CONFIG_BINFMT_ELF=y CONFIG_BINFMT_MISC=m CONFIG_PCI_NAMES=y CONFIG_HOTPLUG=y CONFIG_PROC_DEVICETREE=y CONFIG_PPCBUG_NVRAM=y CONFIG_HIGHMEM_START=0xfe000000 CONFIG_LOWMEM_SIZE=0x30000000 CONFIG_KERNEL_START=0xc0000000 CONFIG_TASK_SIZE=0x80000000 CONFIG_BOOT_LOAD=0x00800000 CONFIG_FW_LOADER=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=123456 CONFIG_BLK_DEV_INITRD=y CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y CONFIG_BLK_DEV_IDEDISK=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_SHARE_IRQ=y CONFIG_BLK_DEV_IDEDMA_PCI=y CONFIG_IDEDMA_PCI_AUTO=y CONFIG_BLK_DEV_ADMA=y CONFIG_BLK_DEV_IDE_PMAC=y CONFIG_BLK_DEV_IDEDMA_PMAC=y CONFIG_BLK_DEV_IDEDMA_PMAC_AUTO=y CONFIG_BLK_DEV_IDEDMA=y CONFIG_IDEDMA_AUTO=y CONFIG_SCSI=m CONFIG_BLK_DEV_SD=m CONFIG_BLK_DEV_SR=m CONFIG_CHR_DEV_SG=m CONFIG_SCSI_REPORT_LUNS=y CONFIG_SCSI_CONSTANTS=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_SYN_COOKIES=y CONFIG_IPV6_SCTP__=y CONFIG_NETDEVICES=y CONFIG_NET_ETHERNET=y CONFIG_CRC32=y CONFIG_SUNGEM=m CONFIG_NET_TULIP=y CONFIG_DE2104X=y CONFIG_TULIP=y CONFIG_TULIP_MMIO=y CONFIG_DE4X5=m CONFIG_FB=y CONFIG_FB_ATY=y CONFIG_FB_ATY_CT=y CONFIG_FB_ATY_GX=y CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_PCI_CONSOLE=y CONFIG_FONTS=y CONFIG_FONT_6x11=y CONFIG_INPUT=y CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 CONFIG_INPUT_JOYDEV=m CONFIG_INPUT_TSDEV=m CONFIG_INPUT_TSDEV_SCREEN_X=240 CONFIG_INPUT_TSDEV_SCREEN_Y=320 CONFIG_INPUT_EVDEV=m CONFIG_INPUT_EVBUG=m CONFIG_SOUND_GAMEPORT=y CONFIG_INPUT_KEYBOARD=y CONFIG_INPUT_MOUSE=y CONFIG_INPUT_JOYSTICK=y CONFIG_JOYSTICK_IFORCE=m CONFIG_JOYSTICK_IFORCE_USB=y CONFIG_INPUT_JOYDUMP=m CONFIG_INPUT_TOUCHSCREEN=y CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=y CONFIG_INPUT_UINPUT=m CONFIG_ADB_CUDA=y CONFIG_ADB_PMU=y CONFIG_PMAC_PBOOK=y CONFIG_PMAC_APM_EMU=y CONFIG_PMAC_BACKLIGHT=y CONFIG_ADB=y CONFIG_ADB_MACIO=y CONFIG_INPUT_ADBHID=y CONFIG_MAC_EMUMOUSEBTN=y CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y CONFIG_UNIX98_PTYS=y CONFIG_UNIX98_PTY_COUNT=256 CONFIG_I2C=m CONFIG_I2C_KEYWEST=m CONFIG_I2C_CHARDEV=m CONFIG_BUSMOUSE=y CONFIG_NVRAM=y CONFIG_GEN_RTC=y CONFIG_EXT2_FS=y CONFIG_AUTOFS_FS=m CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y CONFIG_ZISOFS_FS=y CONFIG_PROC_FS=y CONFIG_DEVPTS_FS=y CONFIG_TMPFS=y CONFIG_RAMFS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_SUNRPC=y CONFIG_PARTITION_ADVANCED=y CONFIG_MAC_PARTITION=y CONFIG_MSDOS_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_ISO8859_1=m CONFIG_SOUND=m CONFIG_SND=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DUMMY=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_DUMMY=m CONFIG_SND_VIRMIDI=m CONFIG_SND_MTPAV=m CONFIG_SND_SERIAL_U16550=m CONFIG_SND_MPU401=m CONFIG_SND_POWERMAC=m CONFIG_SND_USB_AUDIO=m CONFIG_USB=m CONFIG_USB_DEVICEFS=y CONFIG_USB_OHCI_HCD=m CONFIG_USB_AUDIO=m CONFIG_USB_BLUETOOTH_TTY=m CONFIG_USB_MIDI=m CONFIG_USB_ACM=m CONFIG_USB_PRINTER=m CONFIG_USB_STORAGE=m CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_FREECOM=y CONFIG_USB_STORAGE_ISD200=y CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_HP8200e=y CONFIG_USB_STORAGE_SDDR09=y CONFIG_USB_STORAGE_SDDR55=y CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_HID=m CONFIG_USB_HIDINPUT=y CONFIG_HID_FF=y CONFIG_HID_PID=y CONFIG_LOGITECH_FF=y CONFIG_THRUSTMASTER_FF=y CONFIG_USB_HIDDEV=y CONFIG_USB_AIPTEK=m CONFIG_USB_WACOM=m CONFIG_USB_KBTAB=m CONFIG_USB_POWERMATE=m CONFIG_USB_XPAD=m CONFIG_USB_SCANNER=m CONFIG_USB_MICROTEK=m CONFIG_USB_HPUSBSCSI=m CONFIG_USB_DABUSB=m CONFIG_USB_AX8817X=m CONFIG_USB_CATC=m CONFIG_USB_KAWETH=m CONFIG_USB_PEGASUS=m CONFIG_USB_RTL8150=m CONFIG_USB_USBNET=m CONFIG_USB_AN2720=y CONFIG_USB_BELKIN=y CONFIG_USB_GENESYS=y CONFIG_USB_NET1080=y CONFIG_USB_PL2301=y CONFIG_USB_ARMLINUX=y CONFIG_USB_EPSON2888=y CONFIG_USB_ZAURUS=y CONFIG_USB_CDCETHER=y CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_BELKIN=m CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m CONFIG_USB_SERIAL_EMPEG=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_VISOR=m CONFIG_USB_SERIAL_IPAQ=m CONFIG_USB_SERIAL_IR=m CONFIG_USB_SERIAL_EDGEPORT=m CONFIG_USB_SERIAL_EDGEPORT_TI=m CONFIG_USB_SERIAL_KEYSPAN_PDA=m CONFIG_USB_SERIAL_KEYSPAN=m CONFIG_USB_SERIAL_KEYSPAN_MPR=y CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA28X=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA18X=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA49W=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y CONFIG_USB_SERIAL_KLSI=m CONFIG_USB_SERIAL_KOBIL_SCT=m CONFIG_USB_SERIAL_MCT_U232=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_SAFE=m CONFIG_USB_SERIAL_SAFE_PADDED=y CONFIG_USB_SERIAL_CYBERJACK=m CONFIG_USB_SERIAL_XIRCOM=m CONFIG_USB_SERIAL_OMNINET=m CONFIG_USB_EZUSB=y CONFIG_USB_EMI26=m CONFIG_USB_TIGL=m CONFIG_USB_AUERSWALD=m CONFIG_USB_RIO500=m CONFIG_USB_BRLVGER=m CONFIG_USB_LCD=m CONFIG_USB_TEST=m CONFIG_USB_GADGET=m CONFIG_USB_NET2280=m CONFIG_USB_ZERO=m CONFIG_USB_ZERO_NET2280=y CONFIG_USB_ETH=m CONFIG_USB_ETH_NET2280=y CONFIG_ZLIB_INFLATE=y CONFIG_DEBUG_KERNEL=y CONFIG_MAGIC_SYSRQ=y -- USB is for mice, FireWire is for men! sUse lINUX ag, nÜRNBERG ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-14 16:45 ` Olaf Hering @ 2003-08-14 16:54 ` Tom Rini 2003-08-14 17:44 ` Olaf Hering 0 siblings, 1 reply; 13+ messages in thread From: Tom Rini @ 2003-08-14 16:54 UTC (permalink / raw) To: Olaf Hering; +Cc: linuxppc-dev On Thu, Aug 14, 2003 at 06:45:18PM +0200, Olaf Hering wrote: > On Thu, Aug 14, Tom Rini wrote: > > > Are you sure you sent the correct .config ? > > maybe I screwed it, here is it again. > boots on an ibook1 at least. The problem is that PPC_MULTIPLATFORM does not go into arch/ppc/boot/simple/, except for one file. The log you posted shows it trying to link a zvmlinuz in there. By chance do all of your tools meet the requirements in Documentation/Changes ? Assuming that's been kept up to date. -- Tom Rini http://gate.crashing.org/~trini/ ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-14 16:54 ` Tom Rini @ 2003-08-14 17:44 ` Olaf Hering 2003-08-14 18:43 ` Tom Rini 0 siblings, 1 reply; 13+ messages in thread From: Olaf Hering @ 2003-08-14 17:44 UTC (permalink / raw) To: Tom Rini; +Cc: linuxppc-dev On Thu, Aug 14, Tom Rini wrote: > The problem is that PPC_MULTIPLATFORM does not go into > arch/ppc/boot/simple/, except for one file. The log you posted shows it > trying to link a zvmlinuz in there. > > By chance do all of your tools meet the requirements in > Documentation/Changes ? Assuming that's been kept up to date. Yes, it is uptodate, SuSE 8.2. I found that it goes into /simple/ only once, and that fails. 208 cp -av .config ../config.foo 209 make distclean 210 l 211 cp ../config.foo .config 212 /usr/bin/time make oldconfig zImage modules modules_install INSTALL_MOD_PATH=`pwd` &>log fails 213 w 214 o log 215 make zImage succeeds 216 rm -fv arch/ppc/boot/simple/*.o 217 make zImage succeeds 218 history That makes we wonder, 'make oldconfig zImage' is different from 'make zImage'? Must be some dependency problem. -- USB is for mice, FireWire is for men! sUse lINUX ag, nÜRNBERG ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-14 17:44 ` Olaf Hering @ 2003-08-14 18:43 ` Tom Rini 2003-08-14 19:31 ` Sam Ravnborg 0 siblings, 1 reply; 13+ messages in thread From: Tom Rini @ 2003-08-14 18:43 UTC (permalink / raw) To: Olaf Hering; +Cc: linuxppc-dev On Thu, Aug 14, 2003 at 07:44:06PM +0200, Olaf Hering wrote: > > On Thu, Aug 14, Tom Rini wrote: > > > The problem is that PPC_MULTIPLATFORM does not go into > > arch/ppc/boot/simple/, except for one file. The log you posted shows it > > trying to link a zvmlinuz in there. > > > > By chance do all of your tools meet the requirements in > > Documentation/Changes ? Assuming that's been kept up to date. > > Yes, it is uptodate, SuSE 8.2. [snip] > That makes we wonder, 'make oldconfig zImage' is different from 'make zImage'? > Must be some dependency problem. Curiously, yes. This does trigger a bug. -- Tom Rini http://gate.crashing.org/~trini/ ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-14 18:43 ` Tom Rini @ 2003-08-14 19:31 ` Sam Ravnborg 2003-08-14 19:34 ` Olaf Hering 0 siblings, 1 reply; 13+ messages in thread From: Sam Ravnborg @ 2003-08-14 19:31 UTC (permalink / raw) To: Tom Rini; +Cc: Olaf Hering, linuxppc-dev On Thu, Aug 14, 2003 at 11:43:34AM -0700, Tom Rini wrote: > > > Must be some dependency problem. > > Curiously, yes. This does trigger a bug. Strange, I will try to reproduce. My machine is i386 1GHz UP. Did you compile on SMP? At present trying to get ppc compilable from Linus - latest. Should I grap a ppc specific tree? Sam ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-14 19:31 ` Sam Ravnborg @ 2003-08-14 19:34 ` Olaf Hering 2003-08-14 21:02 ` Sam Ravnborg 0 siblings, 1 reply; 13+ messages in thread From: Olaf Hering @ 2003-08-14 19:34 UTC (permalink / raw) To: Tom Rini, linuxppc-dev On Thu, Aug 14, Sam Ravnborg wrote: > On Thu, Aug 14, 2003 at 11:43:34AM -0700, Tom Rini wrote: > > > > > Must be some dependency problem. > > > > Curiously, yes. This does trigger a bug. > > Strange, I will try to reproduce. > My machine is i386 1GHz UP. > > Did you compile on SMP? > At present trying to get ppc compilable from Linus - latest. > Should I grap a ppc specific tree? Its an ibook1, 300mhz. last change is: ChangeSet@1.1010, 2003-08-11 09:55:28+10:00, paulus@samba.org Fix compilation of drivers/scsi/ide-scsi.c. -- USB is for mice, FireWire is for men! sUse lINUX ag, nÜRNBERG ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-14 19:34 ` Olaf Hering @ 2003-08-14 21:02 ` Sam Ravnborg 2003-08-16 7:49 ` Sam Ravnborg 0 siblings, 1 reply; 13+ messages in thread From: Sam Ravnborg @ 2003-08-14 21:02 UTC (permalink / raw) To: Olaf Hering; +Cc: Tom Rini, linuxppc-dev On Thu, Aug 14, 2003 at 09:34:30PM +0200, Olaf Hering wrote: > > Strange, I will try to reproduce. OK, I found the bug. In top-level Makefile the variable include_config is set only if no noconfig_target are listed on the commandline. oldconfig is an noconfig target - so this fails. I will try to fix it during the weekend. Sam ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-14 21:02 ` Sam Ravnborg @ 2003-08-16 7:49 ` Sam Ravnborg 2003-08-16 11:41 ` Olaf Hering 0 siblings, 1 reply; 13+ messages in thread From: Sam Ravnborg @ 2003-08-16 7:49 UTC (permalink / raw) To: Olaf Hering, Tom Rini, linuxppc-dev On Thu, Aug 14, 2003 at 11:02:57PM +0200, Sam Ravnborg wrote: > > I will try to fix it during the weekend. Olaf - care to try the following patch. It is on top of linus's tree, but I expect it to apply to your ppc tree as well. I was able to reprocduce the error here - and this fixed it for me. But I may have overlooked a subtle combination of usage. PS - Still needs to update a few comments in the patch. Sam ===== Makefile 1.420 vs edited ===== --- 1.420/Makefile Sat Aug 9 06:09:32 2003 +++ edited/Makefile Sat Aug 16 09:42:09 2003 @@ -243,17 +243,15 @@ comma := , depfile = $(subst $(comma),_,$(@D)/.$(@F).d) -noconfig_targets := xconfig gconfig menuconfig config oldconfig randconfig \ - defconfig allyesconfig allnoconfig allmodconfig \ - clean mrproper distclean rpm \ - help tags TAGS cscope %docs \ - checkconfig checkhelp checkincludes +# Files to ignore in find ... that searches all of the kernel src RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \) -prune -o RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS +# =========================================================================== +# Rules shared between *config targets and build targets + # Helpers built in scripts/ -# --------------------------------------------------------------------------- scripts/docproc scripts/fixdep scripts/split-include : scripts ; @@ -261,9 +259,49 @@ scripts: $(Q)$(MAKE) $(build)=scripts -# Objects we will link into vmlinux / subdirs we need to visit -# --------------------------------------------------------------------------- +# To make sure we do not include .config for any of the *config targets +# catch them early, and hand them over to scripts/kconfig/Makefile +# It is allowed to specify more targets when calling make, including +# mixing *config targets and build targets. +# For example 'make oldconfig all'. +# Detect this situation, and make a second invocation of make so +# .config is not included in this case either. + +config-targets := 0 +mixed-targets := 0 +ifneq ($(filter config %config,$(MAKECMDGOALS)),) + config-targets := 1 + ifneq ($(filter-out config %config,$(MAKECMDGOALS)),) + mixed-targets := 1 + endif +endif + +ifeq ($(mixed-targets),1) +# =========================================================================== +# We're called with mixed targets (*config and build targets). +# Handle them one after the other. + +%:: FORCE + $(Q)$(MAKE) $@ + +else +ifeq ($(config-targets),1) +# =========================================================================== +# *config targets only - make sure prerequisites are updated, and descend +# in scripts/kconfig to make the *config target + +%config: scripts/fixdep FORCE + $(Q)$(MAKE) $(build)=scripts/kconfig $@ +config : scripts/fixdep FORCE + $(Q)$(MAKE) $(build)=scripts/kconfig $@ + +else +# =========================================================================== +# Build targets only - this includes vmlinux, arch specific targets, clean +# targets and others. In general all targets except *config targets. + +# Objects we will link into vmlinux / subdirs we need to visit init-y := init/ drivers-y := drivers/ sound/ net-y := net/ @@ -271,14 +309,8 @@ core-y := usr/ SUBDIRS := -ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) - -export include_config := 1 - -include .config -endif - include arch/$(ARCH)/Makefile # Let architecture Makefiles change CPPFLAGS if needed @@ -304,10 +336,8 @@ libs-y2 := $(patsubst %/, %/built-in.o, $(libs-y)) libs-y := $(libs-y1) $(libs-y2) -ifdef include_config - # Here goes the main Makefile -# =========================================================================== +# --------------------------------------------------------------------------- # # If the user gave a *config target, it'll be handled in another # section below, since in this case we cannot include .config @@ -608,72 +638,6 @@ echo "#endif" ) endef -else # ifdef include_config - -ifeq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),) - -# Targets which don't need .config -# =========================================================================== -# -# These targets basically have their own Makefile - not quite, but at -# least its own exclusive section in the same Makefile. The reason for -# this is the following: -# To know the configuration, the main Makefile has to include -# .config. That's a obviously a problem when .config doesn't exist -# yet, but that could be kludged around with only including it if it -# exists. -# However, the larger problem is: If you run make *config, make will -# include the old .config, then execute your *config. It will then -# notice that a piece it included (.config) did change and restart from -# scratch. Which will cause execution of *config again. You get the -# picture. -# If we don't explicitly let the Makefile know that .config is changed -# by *config (the old way), it won't reread .config after *config, -# thus working with possibly stale values - we don't that either. -# -# So we divide things: This part here is for making *config targets, -# and other targets which should work when no .config exists yet. -# The main part above takes care of the rest after a .config exists. - -# Kernel configuration -# --------------------------------------------------------------------------- - -.PHONY: oldconfig xconfig gconfig menuconfig config \ - make_with_config rpm - -scripts/kconfig/conf scripts/kconfig/mconf scripts/kconfig/qconf scripts/kconfig/gconf: scripts/fixdep FORCE - $(Q)$(MAKE) $(build)=scripts/kconfig $@ - -xconfig: scripts/kconfig/qconf - ./scripts/kconfig/qconf arch/$(ARCH)/Kconfig - -gconfig: scripts/kconfig/gconf - ./scripts/kconfig/gconf arch/$(ARCH)/Kconfig - -menuconfig: scripts/kconfig/mconf - $(Q)$(MAKE) $(build)=scripts/lxdialog - ./scripts/kconfig/mconf arch/$(ARCH)/Kconfig - -config: scripts/kconfig/conf - ./scripts/kconfig/conf arch/$(ARCH)/Kconfig - -oldconfig: scripts/kconfig/conf - ./scripts/kconfig/conf -o arch/$(ARCH)/Kconfig - -randconfig: scripts/kconfig/conf - ./scripts/kconfig/conf -r arch/$(ARCH)/Kconfig - -allyesconfig: scripts/kconfig/conf - ./scripts/kconfig/conf -y arch/$(ARCH)/Kconfig - -allnoconfig: scripts/kconfig/conf - ./scripts/kconfig/conf -n arch/$(ARCH)/Kconfig - -allmodconfig: scripts/kconfig/conf - ./scripts/kconfig/conf -m arch/$(ARCH)/Kconfig - -defconfig: scripts/kconfig/conf - ./scripts/kconfig/conf -d arch/$(ARCH)/Kconfig ### # Cleaning is done on three levels. @@ -778,6 +742,8 @@ # RPM target # --------------------------------------------------------------------------- +.PHONY: rpm + # If you do a make spec before packing the tarball you can rpm -ta it spec: @@ -864,17 +830,8 @@ -name '*.[hcS]' -type f -print | sort \ | xargs $(PERL) -w scripts/checkincludes.pl -else # ifneq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),) - -# We're called with both targets which do and do not need -# .config included. Handle them one after the other. -# =========================================================================== - -%:: FORCE - $(Q)$(MAKE) $@ - -endif # ifeq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),) -endif # ifdef include_config +endif #ifeq ($(config-targets),1) +endif #ifeq ($(mixed-targets),1) # FIXME Should go into a make.lib or something # =========================================================================== @@ -894,6 +851,7 @@ cmd_files := $(wildcard .*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd)) ifneq ($(cmd_files),) + $(cmd_files): ; # Do not try to update dependency files include $(cmd_files) endif ===== scripts/Makefile.build 1.38 vs edited ===== --- 1.38/scripts/Makefile.build Thu Jun 12 05:36:33 2003 +++ edited/scripts/Makefile.build Fri Aug 15 20:50:14 2003 @@ -7,9 +7,8 @@ .PHONY: __build __build: -ifdef include_config -include .config -endif +# Read .config if it exist, otherwise ignore +-include .config include $(obj)/Makefile ===== scripts/kconfig/Makefile 1.6 vs edited ===== --- 1.6/scripts/kconfig/Makefile Sat Mar 15 18:25:56 2003 +++ edited/scripts/kconfig/Makefile Sat Aug 16 09:44:34 2003 @@ -11,6 +11,69 @@ # ################# +# Targets which don't need .config +# =========================================================================== +# +# These targets basically have their own Makefile - not quite, but at +# least its own exclusive section in the same Makefile. The reason for +# this is the following: +# To know the configuration, the main Makefile has to include +# .config. That's a obviously a problem when .config doesn't exist +# yet, but that could be kludged around with only including it if it +# exists. +# However, the larger problem is: If you run make *config, make will +# include the old .config, then execute your *config. It will then +# notice that a piece it included (.config) did change and restart from +# scratch. Which will cause execution of *config again. You get the +# picture. +# If we don't explicitly let the Makefile know that .config is changed +# by *config (the old way), it won't reread .config after *config, +# thus working with possibly stale values - we don't that either. +# +# So we divide things: This part here is for making *config targets, +# and other targets which should work when no .config exists yet. +# The main part above takes care of the rest after a .config exists. + +# Kernel configuration options +# These targets are used from top-level makefile +# --------------------------------------------------------------------------- + +.PHONY: oldconfig xconfig gconfig menuconfig config + +xconfig: scripts/kconfig/qconf + ./scripts/kconfig/qconf arch/$(ARCH)/Kconfig + +gconfig: scripts/kconfig/gconf + ./scripts/kconfig/gconf arch/$(ARCH)/Kconfig + +menuconfig: scripts/kconfig/mconf + $(Q)$(MAKE) $(build)=scripts/lxdialog + ./scripts/kconfig/mconf arch/$(ARCH)/Kconfig + +config: scripts/kconfig/conf + ./scripts/kconfig/conf arch/$(ARCH)/Kconfig + +oldconfig: scripts/kconfig/conf + ./scripts/kconfig/conf -o arch/$(ARCH)/Kconfig + +.PHONY: randconfig allyesconfig allnoconfig allmodconfig defconfig + +randconfig: scripts/kconfig/conf + ./scripts/kconfig/conf -r arch/$(ARCH)/Kconfig + +allyesconfig: scripts/kconfig/conf + ./scripts/kconfig/conf -y arch/$(ARCH)/Kconfig + +allnoconfig: scripts/kconfig/conf + ./scripts/kconfig/conf -n arch/$(ARCH)/Kconfig + +allmodconfig: scripts/kconfig/conf + ./scripts/kconfig/conf -m arch/$(ARCH)/Kconfig + +defconfig: scripts/kconfig/conf + ./scripts/kconfig/conf -d arch/$(ARCH)/Kconfig + + # object files used by all lkc flavours libkconfig-objs := zconf.tab.o ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: linuxppc-2.5 CONFIG_BOOT_LOAD undefined 2003-08-16 7:49 ` Sam Ravnborg @ 2003-08-16 11:41 ` Olaf Hering 0 siblings, 0 replies; 13+ messages in thread From: Olaf Hering @ 2003-08-16 11:41 UTC (permalink / raw) To: Tom Rini, linuxppc-dev On Sat, Aug 16, Sam Ravnborg wrote: > On Thu, Aug 14, 2003 at 11:02:57PM +0200, Sam Ravnborg wrote: > > > > I will try to fix it during the weekend. > Olaf - care to try the following patch. > It is on top of linus's tree, but I expect it to apply > to your ppc tree as well. Yes, works for me [TM]. -- USB is for mice, FireWire is for men! sUse lINUX ag, nÜRNBERG ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2003-08-16 11:41 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-08-13 7:51 linuxppc-2.5 CONFIG_BOOT_LOAD undefined Olaf Hering 2003-08-13 23:35 ` Tom Rini 2003-08-14 10:39 ` Olaf Hering 2003-08-14 16:05 ` Tom Rini 2003-08-14 16:45 ` Olaf Hering 2003-08-14 16:54 ` Tom Rini 2003-08-14 17:44 ` Olaf Hering 2003-08-14 18:43 ` Tom Rini 2003-08-14 19:31 ` Sam Ravnborg 2003-08-14 19:34 ` Olaf Hering 2003-08-14 21:02 ` Sam Ravnborg 2003-08-16 7:49 ` Sam Ravnborg 2003-08-16 11:41 ` Olaf Hering
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).