summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/arch/unix/plugins/Rules.plugin
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/openbios/arch/unix/plugins/Rules.plugin')
-rw-r--r--qemu/roms/openbios/arch/unix/plugins/Rules.plugin15
1 files changed, 0 insertions, 15 deletions
diff --git a/qemu/roms/openbios/arch/unix/plugins/Rules.plugin b/qemu/roms/openbios/arch/unix/plugins/Rules.plugin
deleted file mode 100644
index 9e9b6255d..000000000
--- a/qemu/roms/openbios/arch/unix/plugins/Rules.plugin
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*- makefile -*-
-
-INCLUDES = -I$(top_srcdir)/include -DBOOTSTRAP
-CFLAGS = -fPIC
-
-%.so: %.o
- $(CC) -shared $(CFLAGS) $(filter %.o,$^) -o $@
-
-THISDIR := $(notdir $(shell pwd))
-
-all-local: $(addprefix $(ODIR)/../,$(PLUGINS))
-
-$(ODIR)/../%.so: $(ODIR)/%.so
- install -d ../$(ODIR)
- ln -f "../$(THISDIR)"/$< $@