Makefile: fix bug introduced by commit 47ffd6c2

This commit is contained in:
Wolfgang Denk
2008-09-09 16:55:47 +02:00
parent 880f6a5d75
commit 2c8ccf2728
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ COBJS-$(CONFIG_RTC_RX8025) += rx8025.o
COBJS-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.o
COBJS-$(CONFIG_RTC_X1205) += x1205.o
COBJS := $(sort COBJS-y)
COBJS := $(sort $(COBJS-y))
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))