diff options
Diffstat (limited to 'src/drivers/i2c/w83793')
-rw-r--r-- | src/drivers/i2c/w83793/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |