X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Finput%2FMakefile;h=1f4dad35b53dcd26892e5586d62781dc17fb0541;hb=5f0ffea4559abe3fc83a6023717658a50b22e66c;hp=9a144073999d71ef9b6a16bc9dc969c6bdef27f8;hpb=28ac6719108e989429de2b3dfa90312ba7c4d27b;p=u-boot diff --git a/drivers/input/Makefile b/drivers/input/Makefile index 9a14407399..1f4dad35b5 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -23,7 +23,7 @@ include $(TOPDIR)/config.mk -LIB := $(obj)libinput.a +LIB := $(obj)libinput.o COBJS-$(CONFIG_I8042_KBD) += i8042.o ifdef CONFIG_PS2KBD @@ -38,7 +38,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) all: $(LIB) $(LIB): $(obj).depend $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) + $(call cmd_link_o_target, $(OBJS)) #########################################################################