diff options
| author | Michal Simek <monstr@monstr.eu> | 2008-07-14 19:45:37 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-08-18 23:26:54 +0200 | 
| commit | 871c18dd301752270e1f74328c846c3104be1e2e (patch) | |
| tree | 751251294a1f4583564f7e3e08c9fb15913a3b7b /drivers/rtc/rx8025.c | |
| parent | a4a549b4b53adf40a0d3882cc30ac812a8f847c5 (diff) | |
| download | olio-uboot-2014.01-871c18dd301752270e1f74328c846c3104be1e2e.tar.xz olio-uboot-2014.01-871c18dd301752270e1f74328c846c3104be1e2e.zip | |
rtc: Clean drivers/rtc/Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/rtc/rx8025.c')
| -rw-r--r-- | drivers/rtc/rx8025.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/rtc/rx8025.c b/drivers/rtc/rx8025.c index 64eafe5c3..064138e9e 100644 --- a/drivers/rtc/rx8025.c +++ b/drivers/rtc/rx8025.c @@ -30,7 +30,7 @@  #include <rtc.h>  #include <i2c.h> -#if defined(CONFIG_RTC_RX8025) && defined(CONFIG_CMD_DATE) +#if defined(CONFIG_CMD_DATE)  /*---------------------------------------------------------------------*/  #undef DEBUG_RTC |