Makefile 484 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2012 The Chromium Authors
  4. obj-$(CONFIG_SANDBOX) += bloblist.o
  5. obj-$(CONFIG_CMDLINE) += cmd/
  6. obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
  7. obj-$(CONFIG_UNIT_TEST) += ut.o
  8. obj-$(CONFIG_SANDBOX) += command_ut.o
  9. obj-$(CONFIG_SANDBOX) += compression.o
  10. obj-$(CONFIG_SANDBOX) += print_ut.o
  11. obj-$(CONFIG_SANDBOX) += str_ut.o
  12. obj-$(CONFIG_UT_TIME) += time_ut.o
  13. obj-$(CONFIG_UT_UNICODE) += unicode_ut.o
  14. obj-y += log/
  15. obj-$(CONFIG_UNIT_TEST) += lib/