Makefile 399 B

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