diff options
Diffstat (limited to 'src/drivers/i2c')
-rw-r--r-- | src/drivers/i2c/adm1026/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/i2c/adm1027/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/i2c/adt7463/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/i2c/i2cmux/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/i2c/i2cmux2/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/i2c/lm63/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/i2c/w83793/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/i2c/w83795/Makefile.inc | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/drivers/i2c/adm1026/Makefile.inc b/src/drivers/i2c/adm1026/Makefile.inc index 15b07c3437..7652a75ba6 100644 --- a/src/drivers/i2c/adm1026/Makefile.inc +++ b/src/drivers/i2c/adm1026/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_I2C_ADM1026) += adm1026.c +ramstage-$(CONFIG_DRIVERS_I2C_ADM1026) += adm1026.c diff --git a/src/drivers/i2c/adm1027/Makefile.inc b/src/drivers/i2c/adm1027/Makefile.inc index 942fbd20d9..2eb1038ce0 100644 --- a/src/drivers/i2c/adm1027/Makefile.inc +++ b/src/drivers/i2c/adm1027/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_I2C_ADM1027) += adm1027.c +ramstage-$(CONFIG_DRIVERS_I2C_ADM1027) += adm1027.c diff --git a/src/drivers/i2c/adt7463/Makefile.inc b/src/drivers/i2c/adt7463/Makefile.inc index 4a6dc0dab1..d75981bc5c 100644 --- a/src/drivers/i2c/adt7463/Makefile.inc +++ b/src/drivers/i2c/adt7463/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_I2C_ADT7463) += adt7463.c +ramstage-$(CONFIG_DRIVERS_I2C_ADT7463) += adt7463.c diff --git a/src/drivers/i2c/i2cmux/Makefile.inc b/src/drivers/i2c/i2cmux/Makefile.inc index 0645b15004..64bbdce024 100644 --- a/src/drivers/i2c/i2cmux/Makefile.inc +++ b/src/drivers/i2c/i2cmux/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_I2C_I2CMUX) += i2cmux.c +ramstage-$(CONFIG_DRIVERS_I2C_I2CMUX) += i2cmux.c diff --git a/src/drivers/i2c/i2cmux2/Makefile.inc b/src/drivers/i2c/i2cmux2/Makefile.inc index df6b2d31b4..34e361367e 100644 --- a/src/drivers/i2c/i2cmux2/Makefile.inc +++ b/src/drivers/i2c/i2cmux2/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_I2C_I2CMUX2) += i2cmux2.c +ramstage-$(CONFIG_DRIVERS_I2C_I2CMUX2) += i2cmux2.c diff --git a/src/drivers/i2c/lm63/Makefile.inc b/src/drivers/i2c/lm63/Makefile.inc index 782d63d97d..bd1c7ef9ea 100644 --- a/src/drivers/i2c/lm63/Makefile.inc +++ b/src/drivers/i2c/lm63/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_I2C_LM63) += lm63.c +ramstage-$(CONFIG_DRIVERS_I2C_LM63) += lm63.c diff --git a/src/drivers/i2c/w83793/Makefile.inc b/src/drivers/i2c/w83793/Makefile.inc index c25ddd5f98..f7843a5c24 100644 --- a/src/drivers/i2c/w83793/Makefile.inc +++ b/src/drivers/i2c/w83793/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_I2C_W83793) += w83793.c +ramstage-$(CONFIG_DRIVERS_I2C_W83793) += w83793.c diff --git a/src/drivers/i2c/w83795/Makefile.inc b/src/drivers/i2c/w83795/Makefile.inc index 708a170b2e..330f6a74cf 100644 --- a/src/drivers/i2c/w83795/Makefile.inc +++ b/src/drivers/i2c/w83795/Makefile.inc @@ -1 +1 @@ -driver-$(CONFIG_DRIVERS_I2C_W83795) += w83795.c +ramstage-$(CONFIG_DRIVERS_I2C_W83795) += w83795.c |