Skip to content

Commit

Permalink
Update optional alternative all target declaration for current implem…
Browse files Browse the repository at this point in the history
…entation
  • Loading branch information
mesheets committed Jul 20, 2024
1 parent 0a93301 commit 88be645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DISTFILES += kernel/Makefile.sub $(KSOURCES) $(KASMSOURCES)
# NOTE: uncomment out the first line if you need a kernel disassembly file.
# This will not work on Windows unless you have perl installed.
#
#all: $(KERNEL).srec $(KERNEL).dis2 $(KERNEL).lds
#all:: $(KERNEL).srec $(KERNEL).dis2 $(KERNEL).lds
all:: $(KERNEL_TARGETS)

install:: $(KERNEL_TARGETS)
Expand Down

0 comments on commit 88be645

Please sign in to comment.