File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 167167# Include header dependencies.
168168-include $(HEADER_DEPS )
169169
170- obj-$(ARCH ) /src/csmwrap.c.o : src/bins/Csm16.h src/bins/vgabios.h
170+ obj-$(ARCH ) /src/csmwrap.c.o : src/bins/Csm16.h
171+
172+ obj-$(ARCH ) /src/video.c.o : src/bins/vgabios.h
171173
172174obj-$(ARCH ) /src/printf.c.o : override CPPFLAGS += \
173175 -I nanoprintf
@@ -253,7 +255,7 @@ distclean: seabios/.config
253255 rm -rf src/bins
254256 rm -rf bin-* obj-* ovmf
255257
256- # SeaBIOS build target .
258+ # SeaBIOS build targets .
257259SEABIOS_EXTRAVERSION := -CSMWrap-$(BUILD_VERSION )
258260.PHONY : seabios
259261seabios : seabios/.config
@@ -276,7 +278,7 @@ src/bins/vgabios.h: seabios/out/vgabios.bin
276278 mkdir -p src/bins
277279 cd seabios/out && xxd -i vgabios.bin > ../../src/bins/vgabios.h
278280
279- seabios/.config :
281+ seabios/.config : seabios-config
280282 cp seabios-config seabios/.config
281283 $(MAKE ) -C seabios olddefconfig \
282284 CC=" $( CC) " \
You can’t perform that action at this time.
0 commit comments