summaryrefslogtreecommitdiffstats
path: root/asm/Makefile.inc
diff options
context:
space:
mode:
authorClaudio Carvalho <cclaudio@linux.vnet.ibm.com>2016-09-28 05:01:06 -0300
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-10-05 14:42:26 +1100
commit154e85cc937d5cf6b3c50328805e2de7ea56381c (patch)
treef9fd7ae695b6a49eda5191eea70e7100d52d6601 /asm/Makefile.inc
parent9b67206d1542cd51b6f934e76fb090aef8f73605 (diff)
downloadblackbird-skiboot-154e85cc937d5cf6b3c50328805e2de7ea56381c.tar.gz
blackbird-skiboot-154e85cc937d5cf6b3c50328805e2de7ea56381c.zip
asm: add rom_entry.S to Makefile.inc
Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'asm/Makefile.inc')
-rw-r--r--asm/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/Makefile.inc b/asm/Makefile.inc
index 4c858e21..2e678fd8 100644
--- a/asm/Makefile.inc
+++ b/asm/Makefile.inc
@@ -1,7 +1,7 @@
# -*-Makefile-*-
SUBDIRS += asm
-ASM_OBJS = head.o lock.o misc.o kernel-wrapper.o
+ASM_OBJS = head.o lock.o misc.o kernel-wrapper.o rom_entry.o
ASM=asm/built-in.o
# Add extra dependency to the kernel wrapper
OpenPOWER on IntegriCloud