~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/skiboot/asm/Makefile.inc

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*-Makefile-*-
 
2
 
 
3
SUBDIRS += asm 
 
4
ASM_OBJS = head.o lock.o misc.o kernel-wrapper.o
 
5
ASM=asm/built-in.o
 
6
 
 
7
# Add extra dependency to the kernel wrapper
 
8
kernel_wrapper.o : $(KERNEL)
 
9
 
 
10
$(ASM): $(ASM_OBJS:%=asm/%)
 
11