Merge branch 'master' of git://git.denx.de/u-boot-video
[oweals/u-boot.git] / cpu / at32ap / Makefile
index 100cf3e74a4883c9d599654f15cf4770eb360b23..e08f27383da108cd82a3e549bbfcb4e99dba6492 100644 (file)
@@ -35,6 +35,7 @@ COBJS-y                       += exception.o
 COBJS-y                        += cache.o
 COBJS-y                        += interrupts.o
 COBJS-$(CONFIG_PORTMUX_PIO) += portmux-pio.o
+COBJS-$(CONFIG_PORTMUX_GPIO) += portmux-gpio.o
 
 SRCS   := $(START-y:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))