Skip to content

Commit

Permalink
fix: print warning message
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Jul 1, 2024
1 parent 3dd8baf commit bd3a7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build-dtbo: $(DTBO)

%.dtbo: %.dts
cpp -nostdinc -undef -x assembler-with-cpp -E -I "$(KSRC)/include" "$<" "$@.tmp"
dtc -q -@ -I dts -O dtb -o "$@" "$@.tmp"
dtc -@ -I dts -O dtb -o "$@" "$@.tmp"

DOCS := SOURCE
.PHONY: build-doc
Expand Down

0 comments on commit bd3a7c0

Please sign in to comment.