]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
authorStefan Roese <sr@denx.de>
Wed, 20 Aug 2008 18:29:38 +0000 (20:29 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 25 Aug 2008 21:32:39 +0000 (23:32 +0200)
commit4d56e8dea670757c801a6a65531f02a8f981ce1f
tree6fd879ef19a503323fa17f40ddc058c407ed93c7
parent109c30fb8edea1a15d37a6ce787cd5faf33d8e43
RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)

This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
to combine both config options into one line. This even allows defining
both options and not generating the target object twice.

Signed-off-by: Stefan Roese <sr@denx.de>
drivers/rtc/Makefile