summaryrefslogtreecommitdiffstats
path: root/qemu/pc-bios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/pc-bios/Makefile')
-rw-r--r--qemu/pc-bios/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/qemu/pc-bios/Makefile b/qemu/pc-bios/Makefile
deleted file mode 100644
index 315288df8..000000000
--- a/qemu/pc-bios/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# NOTE: only compilable with x86 cross compile tools
-#
-include ../config-host.mak
-
-DEFINES=
-
-TARGETS=
-
-all: $(TARGETS)
-
-%.o: %.S
- $(CC) $(DEFINES) -c -o $@ $<
-
-%.dtb: %.dts
- dtc -I dts -O dtb -o $@ $<
-
-clean:
- rm -f $(TARGETS) *.o *~