historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/openbios/arch/unix/plugins/Makefile

14 lines
277 B
Makefile
Raw Normal View History

2024-01-16 17:20:27 +00:00
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