Changeset 3523
- Timestamp:
- 01/10/01 00:18:46 (12 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/mkpatch/mkpatch.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/mkpatch/mkpatch.pl
r3507 r3523 468 468 # This is needed for automatic patch generation: sensors code starts here 469 469 # 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)))475 470 476 471 include $(TOPDIR)/Rules.make
