Skip to content

Commit 48926c3

Browse files
committed
Minor improvements on top of f270c08
1 parent f270c08 commit 48926c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

GNUmakefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ all:
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

172174
obj-$(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.
257259
SEABIOS_EXTRAVERSION := -CSMWrap-$(BUILD_VERSION)
258260
.PHONY: seabios
259261
seabios: 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)" \

0 commit comments

Comments
 (0)