mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
1bb707c39a
commit
22ed228574
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ COBJS-$(CONFIG_RTC_ISL1208) += isl1208.o
|
|||
COBJS-y += m41t11.o
|
||||
COBJS-y += m41t60.o
|
||||
COBJS-$(CONFIG_RTC_M41T62) += m41t62.o
|
||||
COBJS-y += max6900.o
|
||||
COBJS-y += m48t35ax.o
|
||||
COBJS-y += max6900.o
|
||||
COBJS-y += mc146818.o
|
||||
|
|
Loading…
Reference in a new issue