mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-27 01:50:20 -06:00
Fix parallel build after d3d52b: boot/setup.S now contains #include "build_version.h", so that file needs to be generated beforehand. (#235)
This commit is contained in:
parent
10e8435604
commit
b6992b9ec0
@ -81,7 +81,7 @@ boot/startup.o: ../boot/startup32.S ../boot/boot.h
|
||||
@mkdir -p boot
|
||||
$(CC) -m32 -x assembler-with-cpp -c -I../boot -o $@ $<
|
||||
|
||||
boot/%.o: ../boot/%.S ../boot/boot.h
|
||||
boot/%.o: ../boot/%.S ../boot/boot.h app/build_version.h
|
||||
@mkdir -p boot
|
||||
$(CC) -m32 -x assembler-with-cpp -c -I../boot -Iapp -o $@ $<
|
||||
|
||||
|
@ -80,7 +80,7 @@ boot/startup.o: ../boot/startup64.S ../boot/boot.h
|
||||
@mkdir -p boot
|
||||
$(CC) -x assembler-with-cpp -c -I../boot -o $@ $<
|
||||
|
||||
boot/%.o: ../boot/%.S ../boot/boot.h
|
||||
boot/%.o: ../boot/%.S ../boot/boot.h app/build_version.h
|
||||
@mkdir -p boot
|
||||
$(CC) -x assembler-with-cpp -c -I../boot -Iapp -o $@ $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user