historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/openbios/arch/unix/plugins/Makefile
2024-01-16 11:20:27 -06:00

13 lines
277 B
Makefile

include ../../../config/Makefile.top
SUBDIRS-$(CONFIG_PLUGIN_PCI) += plugin_pci
SUBDIRS-$(CONFIG_PLUGIN_QT) += plugin_qt
PROGRAMS = # loader
loader-OBJS = loader.o
loader-LDFLAGS = -dynamic $(LIBDL_LDFLAGS)
INCLUDES = -DBOOTSTRAP
include $(rules)/Rules.make