Makefile 245 B

123456789101112131415
  1. #
  2. # Copyright (c) 2016 NextThing Co
  3. # Copyright (c) 2016 Free Electrons
  4. #
  5. # SPDX-License-Identifier: GPL-2.0+
  6. #
  7. # Test files
  8. obj-y += cmd_ut_overlay.o
  9. DTC_FLAGS += -@
  10. # DT overlays
  11. obj-y += test-fdt-base.dtb.o
  12. obj-y += test-fdt-overlay.dtb.o