Makefile 154 B

123456789
  1. #
  2. # (C) Copyright 2016 Google, Inc
  3. # Written by Simon Glass <sjg@chromium.org>
  4. #
  5. obj-y += call64.o
  6. obj-y += cpu.o
  7. obj-y += interrupt.o
  8. obj-y += setjmp.o