diff options
Diffstat (limited to 'drivers/hsi')
-rw-r--r-- | drivers/hsi/Makefile | 3 | ||||
-rw-r--r-- | drivers/hsi/hsi_core.c (renamed from drivers/hsi/hsi.c) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hsi/Makefile b/drivers/hsi/Makefile index 360371e134f1..96944783d584 100644 --- a/drivers/hsi/Makefile +++ b/drivers/hsi/Makefile @@ -1,7 +1,8 @@ # # Makefile for HSI # -obj-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o obj-$(CONFIG_HSI) += hsi.o +hsi-objs := hsi_core.o +hsi-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o obj-y += controllers/ obj-y += clients/ diff --git a/drivers/hsi/hsi.c b/drivers/hsi/hsi_core.c index d7ce07ad67f3..d7ce07ad67f3 100644 --- a/drivers/hsi/hsi.c +++ b/drivers/hsi/hsi_core.c |