Changeset 975

Show
Ignore:
Timestamp:
01/10/01 00:22:08 (8 years ago)
Author:
frodo
Message:

Sync the mkpatch-generated i2c/Makefile with the kernel 2.4.0 one

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/mkpatch/mkpatch.pl

    r962 r975  
    603603obj-$(CONFIG_SENSORS_W83781D)   += w83781d.o 
    604604 
    605 O_OBJS          := $(filter-out $(export-objs), $(obj-y)) 
    606 OX_OBJS         := $(filter     $(export-objs), $(obj-y)) 
    607 M_OBJS          := $(sort $(filter-out  $(export-objs), $(obj-m))) 
    608 MX_OBJS         := $(sort $(filter      $(export-objs), $(obj-m))) 
    609  
    610605include $(TOPDIR)/Rules.make 
    611606