avr32: refactor the portmux/gpio code
[kernel/u-boot.git] / cpu / at32ap / at32ap700x / Makefile
index 7404235..46e6ef6 100644 (file)
@@ -24,7 +24,7 @@ include $(TOPDIR)/config.mk
 
 LIB    := $(obj)lib$(SOC).a
 
-COBJS  := gpio.o clk.o
+COBJS  := portmux.o clk.o
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))