SAM3/4 RTC driver from Bob Doiron
This commit is contained in:
parent
44e7688151
commit
d16ea614e9
@ -104,9 +104,11 @@ ifeq ($(CONFIG_SAM34_DMAC0),y)
|
|||||||
CHIP_CSRCS += sam_dmac.c
|
CHIP_CSRCS += sam_dmac.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_ARCH_CHIP_SAM4L),y)
|
||||||
ifeq ($(CONFIG_SAM34_PDCA),y)
|
ifeq ($(CONFIG_SAM34_PDCA),y)
|
||||||
CHIP_CSRCS += sam4l_pdca.c
|
CHIP_CSRCS += sam4l_pdca.c
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_SAM34_EMAC),y)
|
ifeq ($(CONFIG_SAM34_EMAC),y)
|
||||||
CHIP_CSRCS += sam_emac.c
|
CHIP_CSRCS += sam_emac.c
|
||||||
@ -127,3 +129,7 @@ ifeq ($(CONFIG_SAM34_SPI1),y)
|
|||||||
CHIP_CSRCS += sam_spi.c
|
CHIP_CSRCS += sam_spi.c
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_SAM34_RTC),y)
|
||||||
|
CHIP_CSRCS += sam_rtc.c
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user