mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
8 lines
181 B
Makefile
8 lines
181 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# (C) Copyright 2016 Nexell
|
||
|
# Hyunseok, Jung <hsjung@nexell.co.kr>
|
||
|
|
||
|
obj-y := board.o hwrev.o lcds.o
|
||
|
obj-$(CONFIG_S5P4418_ONEWIRE) += onewire.o
|