Mercurial > hg > Members > kono > nitros9-code
comparison level1/dalpha/bootfiles/makefile @ 2942:195b041299ec
d64/dalpha bootfiles: Do not copy the makefile into the bootfile
Thanks to Christopher R. Hawks for spotting this.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 26 Jan 2014 21:04:07 +0100 |
parents | d0b7780ab4af |
children |
comparison
equal
deleted
inserted
replaced
2941:4446149f7ea9 | 2942:195b041299ec |
---|---|
91 @$(ECHO) $(BOOTFILE_COVDG_SS80) | 91 @$(ECHO) $(BOOTFILE_COVDG_SS80) |
92 | 92 |
93 | 93 |
94 # Dragon Alpha Disk boot | 94 # Dragon Alpha Disk boot |
95 bootfile_covdg_ss80: $(BOOTFILE_COVDG_SS80) $(DEPENDS) | 95 bootfile_covdg_ss80: $(BOOTFILE_COVDG_SS80) $(DEPENDS) |
96 $(MERGE) $^ > $@ | 96 $(MERGE) $(BOOTFILE_COVDG_SS80) > $@ |
97 | 97 |
98 bootfile_cohr_ss80: $(BOOTFILE_COHR_SS80) $(DEPENDS) | 98 bootfile_cohr_ss80: $(BOOTFILE_COHR_SS80) $(DEPENDS) |
99 $(MERGE) $^ > $@ | 99 $(MERGE) $(BOOTFILE_COHR_SS80) > $@ |
100 | 100 |
101 bootfile_covdg_ds80: $(BOOTFILE_COVDG_DS80) $(DEPENDS) | 101 bootfile_covdg_ds80: $(BOOTFILE_COVDG_DS80) $(DEPENDS) |
102 $(MERGE) $^ > $@ | 102 $(MERGE) $(BOOTFILE_COVDG_DS80) > $@ |
103 | 103 |
104 bootfile_cohr_ds80: $(BOOTFILE_COHR_DS80) $(DEPENDS) | 104 bootfile_cohr_ds80: $(BOOTFILE_COHR_DS80) $(DEPENDS) |
105 $(MERGE) $^ > $@ | 105 $(MERGE) $(BOOTFILE_COHR_DS80) > $@ |
106 | 106 |
107 # Dragon Alpha WD2797 Kernel | 107 # Dragon Alpha WD2797 Kernel |
108 kernel: $(KERNEL) $(DEPENDS) | 108 kernel: $(KERNEL) $(DEPENDS) |
109 $(MERGE) $(KERNEL)>$@ | 109 $(MERGE) $(KERNEL)>$@ |
110 $(PADROM) 4096 $@ | 110 $(PADROM) 4096 $@ |