diff options
author | Paul Kocialkowski | 2016-03-29 14:16:27 +0200 |
---|---|---|
committer | Tom Rini | 2016-04-01 17:18:06 -0400 |
commit | 41582e2e77b6fb078db98d7c0765be133a766f81 (patch) | |
tree | 73df1da285cac998f6e3e6f8b0b734f33ec7ddd9 /board/lg/sniper/Makefile | |
parent | 523849a0887c2d400d379eb0bce5ec74fc7a4dcd (diff) |
sniper: Change vendor name from lge to lg, matching devicetree vendor prefix
This moves the sniper board from the lge to lg, in order to match the devicetree
vendor prefix already defined in the kernel.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'board/lg/sniper/Makefile')
-rw-r--r-- | board/lg/sniper/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/lg/sniper/Makefile b/board/lg/sniper/Makefile new file mode 100644 index 00000000000..f32a481d0e2 --- /dev/null +++ b/board/lg/sniper/Makefile @@ -0,0 +1,9 @@ +# +# LG Optimus Black codename sniper board +# +# Copyright (C) 2015 Paul Kocialkowski <contact@paulk.fr> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := sniper.o |