|
|
@@ -102,18 +102,3 @@ include arch/x86/Makefile
|
|
102
|
102
|
#
|
|
103
|
103
|
MAKEDEPS += arch/i386/Makefile.$(PLATFORM)
|
|
104
|
104
|
include arch/i386/Makefile.$(PLATFORM)
|
|
105
|
|
-
|
|
106
|
|
-# Some suffixes (e.g. %.fd0) are generated directly from other
|
|
107
|
|
-# finished files (e.g. %.dsk), rather than having their own prefix.
|
|
108
|
|
-
|
|
109
|
|
-# rule to write disk images to /dev/fd0
|
|
110
|
|
-NON_AUTO_MEDIA += fd0
|
|
111
|
|
-%fd0 : %dsk
|
|
112
|
|
- $(QM)$(ECHO) " [DD] $@"
|
|
113
|
|
- $(Q)dd if=$< bs=512 conv=sync of=/dev/fd0
|
|
114
|
|
- $(Q)sync
|
|
115
|
|
-
|
|
116
|
|
-# Add NON_AUTO_MEDIA to the media list, so that they show up in the
|
|
117
|
|
-# output of "make"
|
|
118
|
|
-#
|
|
119
|
|
-MEDIA += $(NON_AUTO_MEDIA)
|