[LinuxBIOS] #57: libusb host program for PLX NET20DC debug device

LinuxBIOS svn at openbios.org
Fri Dec 1 12:59:00 CET 2006


#57: libusb host program for PLX NET20DC debug device
----------------------------+-----------------------------------------------
    Reporter:  stuge        |         Owner:  somebody         
        Type:  enhancement  |        Status:  new              
    Priority:  major        |     Milestone:                   
   Component:  code         |       Version:                   
  Resolution:               |      Keywords:  usb ehci debug   
Dependencies:               |   Patchstatus:  there is no patch
----------------------------+-----------------------------------------------
Comment (by stuge):

 #can't attach the Makefile so here it is:
 LDFLAGS=-lusb
 TARGET=usb_debug_io
 SRC=$(TARGET).c

 $(TARGET): $(SRC)
         gcc -Wall -g -o $@ $(SRC) $(LDFLAGS)

 clean:
         rm -f $(TARGET)

-- 
Ticket URL: <http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/57#comment:1>
LinuxBIOS <http://www.linuxbios.org/>


More information about the coreboot mailing list