Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / cpu / at32ap / at32ap7000 / Makefile
index 1cd94448663dcdd81cbf3df808751311c1bf4c08..d2767121184acbe3b48127452e20695299065a40 100644 (file)
@@ -24,14 +24,14 @@ include $(TOPDIR)/config.mk
 
 LIB    := $(obj)lib$(SOC).a
 
-COBJS  := hebi.o devices.o
+COBJS  := gpio.o
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))
 
 all: $(obj).depend $(LIB)
 
 $(LIB): $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) $(ARFLAGS) $@ $^
 
 #########################################################################