historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/pc-bios/Makefile
2024-01-16 11:20:27 -06:00

19 lines
236 B
Makefile

#
# NOTE: only compilable with x86 cross compile tools
#
include ../config-host.mak
DEFINES=
TARGETS=
all: $(TARGETS)
%.o: %.S
$(CC) $(DEFINES) -c -o $@ $<
%.dtb: %.dts
dtc -I dts -O dtb -o $@ $<
clean:
rm -f $(TARGETS) *.o *~