blob: 5c8b3b77fce451d0dce44d5ff432e260927f5439 (
plain)
1
2
3
4
5
6
7
|
# 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
|