Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  1 
  2 
  3 OBJS-common-capture := \
  4         common/sound.o \
  5         common/webcam.o \
  6         common/frequencies.o \
  7         common/commands.o \
  8         common/parseconfig.o \
  9         common/capture.o \
 10         common/event.o \
 11         libng/libng.a
 12 
 13 OBJS-common-input := \
 14         common/lirc.o \
 15         common/joystick.o \
 16         common/midictrl.o
 17 
 18 # RegEdit.c is good old K&R ...
 19 common/RegEdit.o: CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes
 20 common/channel-no-x11.o: CFLAGS += -DNO_X11=1 
 21 
 22 common/channel-no-x11.o: common/channel.c
 23         @$(echo_compile_c)
 24         @$(compile_c)
 25         @$(fixup_deps)
  This page was automatically generated by the LXR engine.