Makefile 158 B

12345678910
  1. #
  2. # Copyright (c) 2015 Google, Inc
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. ifndef CONFIG_TPL_BUILD
  7. obj-y += clk_rk3188.o
  8. obj-y += syscon_rk3188.o
  9. endif