]>
Commit | Line | Data |
---|---|---|
a72007d9 SG |
1 | # |
2 | # (C) Copyright 2012 The Chromium Authors | |
3 | # | |
1a459660 | 4 | # SPDX-License-Identifier: GPL-2.0+ |
a72007d9 SG |
5 | # |
6 | ||
c617ede0 | 7 | obj-$(CONFIG_UNIT_TEST) += cmd_ut.o |
e721b882 | 8 | obj-$(CONFIG_UNIT_TEST) += ut.o |
bcfe8fdf MY |
9 | obj-$(CONFIG_SANDBOX) += command_ut.o |
10 | obj-$(CONFIG_SANDBOX) += compression.o | |
c812f722 | 11 | obj-$(CONFIG_UT_TIME) += time_ut.o |