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