]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/input/Makefile
Big white-space cleanup.
[people/ms/u-boot.git] / drivers / input / Makefile
index df22cf9c6dfa30b786c5f2b51c12f0684ee53f6b..2933cb6451daaa3655e042c02d4926daddedb656 100644 (file)
 
 include $(TOPDIR)/config.mk
 
-LIB    := $(obj)libinput.a
+LIB    := $(obj)libinput.a
 
 COBJS-y += i8042.o
 COBJS-y += keyboard.o
 COBJS-y += pc_keyb.o ps2ser.o ps2mult.o
 
 COBJS  := $(COBJS-y)
-SRCS   := $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
+SRCS   := $(COBJS:.o=.c)
+OBJS   := $(addprefix $(obj),$(COBJS))
 
 all:   $(LIB)