Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Carlos Chinea | a056ab8 | 2010-04-16 19:01:02 +0300 | [diff] [blame] | 2 | # |
| 3 | # Makefile for HSI |
| 4 | # |
Carlos Chinea | a056ab8 | 2010-04-16 19:01:02 +0300 | [diff] [blame] | 5 | obj-$(CONFIG_HSI) += hsi.o |
Andrew F. Davis | e01957a | 2016-06-14 11:13:04 -0500 | [diff] [blame] | 6 | hsi-objs := hsi_core.o |
| 7 | hsi-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o |
Sebastian Reichel | b209e04 | 2013-12-15 23:38:58 +0100 | [diff] [blame] | 8 | obj-y += controllers/ |
Andras Domokos | f9e4020 | 2010-04-21 12:04:21 +0300 | [diff] [blame] | 9 | obj-y += clients/ |