Changeset 233

Show
Ignore:
Timestamp:
04/11/07 18:24:18 (2 years ago)
Author:
ludo
Message:

bcm5700 external driver removed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/client/src_kernel/Makefile

    r179 r233  
    88SRC=/usr/src 
    99HERE=`pwd` 
     10CC=gcc-3.3 
    1011 
    1112all: kernel 
     
    1920        [ -f $(SRC)/linux/.config ] 
    2021        cp -f logo_linux_vga16.ppm $(SRC)/linux/drivers/video/logo/ 
    21         (cd $(SRC)/linux/;make all
     22        (cd $(SRC)/linux/;make all CC=$(CC)
    2223# bcm5700 compile 
    23       (cd ./bcm/bcm5700-8.2.18/src; make; cp bcm5700.ko $(SRC)/linux/drivers/net/) 
     24#     (cd ./bcm/bcm5700-8.2.18/src; make; cp bcm5700.ko $(SRC)/linux/drivers/net/) 
    2425# copy the kernel 
    2526        cp -f $(SRC)/linux/arch/i386/boot/bzImage .