historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/asm/Makefile.inc

12 lines
212 B
PHP
Raw Normal View History

2024-01-16 17:20:27 +00:00
# -*-Makefile-*-
SUBDIRS += asm
ASM_OBJS = head.o misc.o kernel-wrapper.o cvc_entry.o
ASM=asm/built-in.a
# Add extra dependency to the kernel wrapper
kernel_wrapper.o : $(KERNEL)
$(ASM): $(ASM_OBJS:%=asm/%)