Files
openbios/arch/unix/plugins/Makefile

14 lines
277 B
Makefile
Raw Normal View History

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