]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/input/Makefile
merged current version of git://git.denx.de/u-boot
[karo-tx-uboot.git] / drivers / input / Makefile
index fcf96430ef7a9f7bd9f9d5586040139e3adf5ad9..3b671f5f243946e947c008fe19739c28e25851ce 100644 (file)
@@ -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
@@ -39,7 +39,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 all:   $(LIB)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) $(ARFLAGS) $@ $(OBJS)
+       $(call cmd_link_o_target, $(OBJS))
 
 #########################################################################