summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/arch/unix/plugins/Makefile
blob: c6b9a6519013372ecbfbc6746c335ceb7d9b00cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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