mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 16:02:36 +02:00
7 lines
144 B
Makefile
7 lines
144 B
Makefile
#
|
|
# Makefile for HSI
|
|
#
|
|
obj-$(CONFIG_HSI_BOARDINFO) += hsi_boardinfo.o
|
|
obj-$(CONFIG_HSI) += hsi.o
|
|
obj-y += controllers/
|
|
obj-y += clients/
|