Makefile 395 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (c) 2011 The Chromium OS Authors.
  4. #
  5. # (C) Copyright 2008
  6. # Graeme Russ, graeme.russ@gmail.com.
  7. #
  8. # (C) Copyright 2006
  9. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  10. #
  11. # (C) Copyright 2002
  12. # Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
  13. obj-y += car.o
  14. obj-y += coreboot.o
  15. obj-y += tables.o
  16. obj-y += sdram.o
  17. obj-y += timestamp.o