summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2010-04-04 18:03:33 +0200
committerMichael Brown2010-08-17 15:36:39 +0200
commit42a1f43bf999f34c316958c2d26fab4ff02cc8d7 (patch)
treeb1d753e5c491ec525d16650d013c68b877d2166d /src/Makefile.housekeeping
parent[build] Add everything target (diff)
downloadipxe-42a1f43bf999f34c316958c2d26fab4ff02cc8d7.tar.gz
ipxe-42a1f43bf999f34c316958c2d26fab4ff02cc8d7.tar.xz
ipxe-42a1f43bf999f34c316958c2d26fab4ff02cc8d7.zip
[build] Provide %.fd0 build targets only for pcbios
Originally-fixed-by: Piotr JaroszyƄski <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 8f0c87f3..5220b700 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -831,6 +831,11 @@ $(BIN)/%.zbin : $(BIN)/%.bin $(BIN)/%.zinfo $(ZBIN)
# ROMS), and (b) the linker is so fast that it probably wouldn't make
# much difference to the overall build time.
+# Add NON_AUTO_MEDIA to the media list, so that they show up in the
+# output of "make"
+#
+MEDIA += $(NON_AUTO_MEDIA)
+
media :
@$(ECHO) $(MEDIA)