mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-21 02:33:07 +00:00
d8c7cc0ee6
Currently a few 'board/qualcomm/../Makefile' point to incorrect path of sdm845 board file. Fix the same. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
9 lines
272 B
Makefile
9 lines
272 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com>
|
|
#
|
|
# This empty file prevents make error.
|
|
# Board logic defined in arch/arm/mach-snapdragon/init_sdm845.c, no custom logic for starqltechn so far.
|
|
#
|
|
|
|
obj-y += starqltechn.o
|