Changeset 3523

Show
Ignore:
Timestamp:
01/10/01 00:18:46 (12 years ago)
Author:
frodo
Message:

Make the mkpatch-generated i2c/Makefile the same as in 2.4.0 -

this drops support for newer 2.3 kernels (strangely enough,
older 2.3 kernels should still work at this moment...)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/mkpatch/mkpatch.pl

    r3507 r3523  
    468468# This is needed for automatic patch generation: sensors code starts here 
    469469# This is needed for automatic patch generation: sensors code ends here 
    470  
    471 O_OBJS          := $(filter-out $(export-objs), $(obj-y)) 
    472 OX_OBJS         := $(filter     $(export-objs), $(obj-y)) 
    473 M_OBJS          := $(sort $(filter-out  $(export-objs), $(obj-m))) 
    474 MX_OBJS         := $(sort $(filter      $(export-objs), $(obj-m))) 
    475470 
    476471include $(TOPDIR)/Rules.make