Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
d8889ed3
Commit
d8889ed3
authored
Jun 29, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Manually merged drivers/i2c/chips/Makefile
Manually merged drivers/i2c/chips/Makefile
parent
88bb676f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
drivers/i2c/chips/Makefile
drivers/i2c/chips/Makefile
+9
-2
No files found.
drivers/i2c/chips/Makefile
View file @
d8889ed3
#
#
# Makefile for
the kernel hardware sensors
chip drivers.
# Makefile for
sensor and "other" I2C
chip drivers.
#
#
# asb100, then w83781d go first, as they can override other drivers' addresses.
# asb100, then w83781d go first, as they can override other drivers' addresses.
...
@@ -11,7 +11,10 @@ obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
...
@@ -11,7 +11,10 @@ obj-$(CONFIG_SENSORS_ADM1021) += adm1021.o
obj-$(CONFIG_SENSORS_ADM1025)
+=
adm1025.o
obj-$(CONFIG_SENSORS_ADM1025)
+=
adm1025.o
obj-$(CONFIG_SENSORS_ADM1026)
+=
adm1026.o
obj-$(CONFIG_SENSORS_ADM1026)
+=
adm1026.o
obj-$(CONFIG_SENSORS_ADM1031)
+=
adm1031.o
obj-$(CONFIG_SENSORS_ADM1031)
+=
adm1031.o
obj-$(CONFIG_SENSORS_ADM9240)
+=
adm9240.o
obj-$(CONFIG_SENSORS_ATXP1)
+=
atxp1.o
obj-$(CONFIG_SENSORS_DS1337)
+=
ds1337.o
obj-$(CONFIG_SENSORS_DS1337)
+=
ds1337.o
obj-$(CONFIG_SENSORS_DS1374)
+=
ds1374.o
obj-$(CONFIG_SENSORS_DS1621)
+=
ds1621.o
obj-$(CONFIG_SENSORS_DS1621)
+=
ds1621.o
obj-$(CONFIG_SENSORS_EEPROM)
+=
eeprom.o
obj-$(CONFIG_SENSORS_EEPROM)
+=
eeprom.o
obj-$(CONFIG_SENSORS_FSCHER)
+=
fscher.o
obj-$(CONFIG_SENSORS_FSCHER)
+=
fscher.o
...
@@ -30,8 +33,10 @@ obj-$(CONFIG_SENSORS_LM87) += lm87.o
...
@@ -30,8 +33,10 @@ obj-$(CONFIG_SENSORS_LM87) += lm87.o
obj-$(CONFIG_SENSORS_LM90)
+=
lm90.o
obj-$(CONFIG_SENSORS_LM90)
+=
lm90.o
obj-$(CONFIG_SENSORS_LM92)
+=
lm92.o
obj-$(CONFIG_SENSORS_LM92)
+=
lm92.o
obj-$(CONFIG_SENSORS_MAX1619)
+=
max1619.o
obj-$(CONFIG_SENSORS_MAX1619)
+=
max1619.o
obj-$(CONFIG_SENSORS_MAX6875)
+=
max6875.o
obj-$(CONFIG_SENSORS_M41T00)
+=
m41t00.o
obj-$(CONFIG_SENSORS_M41T00)
+=
m41t00.o
obj-$(CONFIG_SENSORS_PC87360)
+=
pc87360.o
obj-$(CONFIG_SENSORS_PC87360)
+=
pc87360.o
obj-$(CONFIG_SENSORS_PCA9539)
+=
pca9539.o
obj-$(CONFIG_SENSORS_PCF8574)
+=
pcf8574.o
obj-$(CONFIG_SENSORS_PCF8574)
+=
pcf8574.o
obj-$(CONFIG_SENSORS_PCF8591)
+=
pcf8591.o
obj-$(CONFIG_SENSORS_PCF8591)
+=
pcf8591.o
obj-$(CONFIG_SENSORS_RTC8564)
+=
rtc8564.o
obj-$(CONFIG_SENSORS_RTC8564)
+=
rtc8564.o
...
@@ -39,9 +44,11 @@ obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o
...
@@ -39,9 +44,11 @@ obj-$(CONFIG_SENSORS_SIS5595) += sis5595.o
obj-$(CONFIG_SENSORS_SMSC47B397)
+=
smsc47b397.o
obj-$(CONFIG_SENSORS_SMSC47B397)
+=
smsc47b397.o
obj-$(CONFIG_SENSORS_SMSC47M1)
+=
smsc47m1.o
obj-$(CONFIG_SENSORS_SMSC47M1)
+=
smsc47m1.o
obj-$(CONFIG_SENSORS_VIA686A)
+=
via686a.o
obj-$(CONFIG_SENSORS_VIA686A)
+=
via686a.o
obj-$(CONFIG_SENSORS_W83627EHF)
+=
w83627ehf.o
obj-$(CONFIG_SENSORS_W83L785TS)
+=
w83l785ts.o
obj-$(CONFIG_SENSORS_W83L785TS)
+=
w83l785ts.o
obj-$(CONFIG_TPS65010)
+=
tps65010.o
obj-$(CONFIG_ISP1301_OMAP)
+=
isp1301_omap.o
obj-$(CONFIG_ISP1301_OMAP)
+=
isp1301_omap.o
obj-$(CONFIG_TPS65010)
+=
tps65010.o
obj-$(CONFIG_SENSORS_TLV320AIC23)
+=
tlv320aic23.o
obj-$(CONFIG_SENSORS_TLV320AIC23)
+=
tlv320aic23.o
obj-$(CONFIG_GPIOEXPANDER_OMAP)
+=
gpio_expander_omap.o
obj-$(CONFIG_GPIOEXPANDER_OMAP)
+=
gpio_expander_omap.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment