Makefile 273 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (C) 2019, Theobroma Systems Design und Consulting GmbH
  4. # Test files
  5. obj-y += cmd_ut_optee.o
  6. DTC_FLAGS += -@
  7. # DT overlays
  8. obj-y += test-optee-base.dtb.o
  9. obj-y += test-optee-optee.dtb.o
  10. obj-y += test-optee-no-optee.dtb.o