Changeset 3413

Show
Ignore:
Timestamp:
12/01/99 01:58:25 (13 years ago)
Author:
frodo
Message:

Fixed a typo that caused problems when you tried to compile

everything into the kernel.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/mkpatch/Makefile

    r3369 r3413  
    4646endif 
    4747 
    48 ifeq ($(CONFIG-I2C-PHILIPSPAR),y) 
     48ifeq ($(CONFIG_I2C_PHILIPSPAR),y) 
    4949  L_OBJS += i2c-philips-par.o 
    5050else