summaryrefslogtreecommitdiffstats
path: root/asm/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'asm/Makefile.inc')
-rw-r--r--asm/Makefile.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/asm/Makefile.inc b/asm/Makefile.inc
new file mode 100644
index 00000000..4c858e21
--- /dev/null
+++ b/asm/Makefile.inc
@@ -0,0 +1,11 @@
+# -*-Makefile-*-
+
+SUBDIRS += asm
+ASM_OBJS = head.o lock.o misc.o kernel-wrapper.o
+ASM=asm/built-in.o
+
+# Add extra dependency to the kernel wrapper
+kernel_wrapper.o : $(KERNEL)
+
+$(ASM): $(ASM_OBJS:%=asm/%)
+
OpenPOWER on IntegriCloud