Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Mar 2011 01:14:55 +0000 (18:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Mar 2011 01:14:55 +0000 (18:14 -0700)
* 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: (25 commits)
  video: change to new flag variable
  scsi: change to new flag variable
  rtc: change to new flag variable
  rapidio: change to new flag variable
  pps: change to new flag variable
  net: change to new flag variable
  misc: change to new flag variable
  message: change to new flag variable
  memstick: change to new flag variable
  isdn: change to new flag variable
  ieee802154: change to new flag variable
  ide: change to new flag variable
  hwmon: change to new flag variable
  dma: change to new flag variable
  char: change to new flag variable
  fs: change to new flag variable
  xtensa: change to new flag variable
  um: change to new flag variables
  s390: change to new flag variable
  mips: change to new flag variable
  ...

Fix up trivial conflict in drivers/hwmon/Makefile

1  2 
arch/arm/boot/compressed/Makefile
drivers/hwmon/Makefile
drivers/scsi/libsas/Makefile

index f9f77c65dff32d8708ec98b799630076185bafc3,0a53b8aa2e3d7e003c3563ba6fbf0e4e29994686..8ebbb511c7836383aac94622d0ed00aed5c5f29a
@@@ -95,14 -80,12 +95,14 @@@ ORIG_CFLAGS := $(KBUILD_CFLAGS
  KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))
  endif
  
EXTRA_CFLAGS  := -fpic -fno-builtin
EXTRA_AFLAGS  := -Wa,-march=all
ccflags-y := -fpic -fno-builtin
asflags-y := -Wa,-march=all
  
 +# Provide size of uncompressed kernel to the decompressor via a linker symbol.
 +LDFLAGS_vmlinux = --defsym _image_size=$(shell stat -c "%s" $(obj)/../Image)
  # Supply ZRELADDR to the decompressor via a linker symbol.
  ifneq ($(CONFIG_AUTO_ZRELADDR),y)
 -LDFLAGS_vmlinux := --defsym zreladdr=$(ZRELADDR)
 +LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)
  endif
  ifeq ($(CONFIG_CPU_ENDIAN_BE8),y)
  LDFLAGS_vmlinux += --be8
index bd0410e4b44f2fdbf39769a305291362c120bb35,974f9cc766b210c71594d56ecff7fbe10538ea98..8a238dec56919b914c107136e15257c4d3059c97
@@@ -115,14 -112,5 +115,12 @@@ obj-$(CONFIG_SENSORS_W83L786NG)  += w83l
  obj-$(CONFIG_SENSORS_WM831X)  += wm831x-hwmon.o
  obj-$(CONFIG_SENSORS_WM8350)  += wm8350-hwmon.o
  
- ifeq ($(CONFIG_HWMON_DEBUG_CHIP),y)
- EXTRA_CFLAGS += -DDEBUG
- endif
 +# PMBus drivers
 +obj-$(CONFIG_PMBUS)           += pmbus_core.o
 +obj-$(CONFIG_SENSORS_PMBUS)   += pmbus.o
 +obj-$(CONFIG_SENSORS_MAX16064)        += max16064.o
 +obj-$(CONFIG_SENSORS_MAX34440)        += max34440.o
 +obj-$(CONFIG_SENSORS_MAX8688) += max8688.o
 +
+ ccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG
  
Simple merge