1. 04 Jun, 2008 21 commits
  2. 03 Jun, 2008 10 commits
  3. 02 Jun, 2008 7 commits
  4. 31 May, 2008 2 commits
    • Sam Ravnborg's avatar
      kbuild: fix $(src) assignmnet with external modules · 96d97f26
      Sam Ravnborg authored
      When we introduced support for KBUILD_EXTRA_SYMBOLS
      we started to include the externam module's kbuild
      file when doing the final modpost step.
      
      As external modules often do:
      ccflags-y := -I$(src)
      
      We had problems because $(src) was unassinged and
      gcc then used the next parameter for -I resulting in
      strange build failures.
      
      Fix is to assign $(src) and $(obj) when building
      external modules.
      
      This fixes: http://bugzilla.kernel.org/show_bug.cgi?id=10798Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Cc: Tvrtko <tvrtko.ursulin@sophos.com>
      Cc: Andrea Arcangeli <andrea@qumranet.com>
      Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
      96d97f26
    • Bryan Wu's avatar
      8250 Serial Driver: revert extra IRQ flag definition patch · a4ed1e41
      Bryan Wu authored
      As Russell pointed out, original patch will break some serial configurations
      because of the dependency of the <asm/serial.h> header file.
      
      Revert it first and try to find out other solution later
      
      Cc: Javier Herrero <jherrero@hvsistemas.es>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Russell King <rmk+lkml@arm.linux.org.uk>
      Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
      a4ed1e41