This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
d8910a419b
zephyr
/
drivers
/
adc
/
Makefile
3 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
adc: add DesignWare ADC driver This commit adds the Synopsys source code for the arc ADC driver. Change-Id: I140a63505685cda8ec9d3174b7cf4fc1e2e91b06 Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
2015-11-22 10:42:24 +08:00
obj-$(CONFIG_ADC_DW)
+=
adc_dw.o
adc: renaming ADC files to use underscore The naming convention is to use underscores (_) and not dashes (-) within the filename. Change-Id: I678cf01306d72a905ed7b161af116c6e4a2cd39c Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2015-10-16 01:54:35 +08:00
obj-$(CONFIG_ADC_TI_ADC108S102)
+=
adc_ti_adc108s102.o