]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Splitting of Adc to eQADC and Adc_560x......continued....now for all architectures...
authorjcar <devnull@localhost>
Fri, 17 Feb 2012 12:07:26 +0000 (13:07 +0100)
committerjcar <devnull@localhost>
Fri, 17 Feb 2012 12:07:26 +0000 (13:07 +0100)
arch/ppc/mpc55xx/drivers/Adc_eQADC.c [moved from arch/ppc/mpc55xx/drivers/eQADC.c with 100% similarity]
boards/board_common.mk

index 0d1ea224eb8faf02c84a1e3493208854602960ca..c9fc369920bd46eee133d29ec896622f5b5137df 100644 (file)
@@ -95,8 +95,8 @@ obj-$(USE_PORT) += Port_Cfg.o
 obj-$(USE_ADC)-$(CFG_MPC560X) += Adc_560x.o\r
 obj-$(USE_ADC)-$(CFG_HC1X) += Adc.o\r
 obj-$(USE_ADC)-$(CFG_ARM_CM3) += Adc.o\r
-obj-$(USE_ADC)-$(CFG_MPC5516) += eQADC.o\r
-obj-$(USE_ADC)-$(CFG_MPC5567) += eQADC.o\r
+obj-$(USE_ADC)-$(CFG_MPC5516) += Adc_eQADC.o\r
+obj-$(USE_ADC)-$(CFG_MPC5567) += Adc_eQADC.o\r
 obj-$(USE_ADC) += Adc_Cfg.o\r
 obj-$(USE_ADC) += Adc_Internal.o\r
 vpath-y += $(ROOTDIR)/drivers\r