]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/st-ericsson/u8500/Makefile
u8500: Moving prcmu to cpu directory
[karo-tx-uboot.git] / board / st-ericsson / u8500 / Makefile
index 91c2abf81b3821c2de34670eac5a0f81e97231a0..4ea22121881196abf75a6772835bc1d4606602d5 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 CFLAGS += -D__RELEASE -D__STN_8500
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  := u8500_href.o gpio.o prcmu.o
+COBJS  := u8500_href.o gpio.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
@@ -34,12 +34,6 @@ SOBJS        := $(addprefix $(obj),$(SOBJS))
 $(LIB): $(obj).depend $(OBJS) $(SOBJS)
        $(call cmd_link_o_target, $(OBJS) $(SOBJS))
 
-clean:
-       rm -f $(SOBJS) $(OBJS)
-
-distclean:     clean
-       rm -f $(LIB) core *.bak $(obj).depend
-
 #########################################################################
 
 # defines $(obj).depend target