Makefile 183 B

12345678
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (c) 2015 National Instruments, Inc
  4. obj-y += cmd_ut_env.o
  5. obj-y += attr.o
  6. obj-y += hashtable.o
  7. obj-$(CONFIG_ENV_IMPORT_FDT) += fdt.o