summaryrefslogtreecommitdiff
path: root/test/hush/Makefile
blob: 4c3a0be857aed52117892ccde2130a531e22940e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2021
# Francis Laniel, Amarula Solutions, [email protected]

obj-y += cmd_ut_hush.o
obj-y += if.o
ifdef CONFIG_CONSOLE_RECORD
obj-y += dollar.o
endif
obj-y += list.o
obj-y += loop.o