Skip to content

Commit

Permalink
fixed incorect include path
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarwar87 committed Jun 27, 2020
1 parent 1fb8e61 commit 8c1dcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/os.mk
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ $(TMP_OS_PATH)/overlay.dtb: $(TMP_OS_PATH)/overlay/system-top.dts
@echo [$@] OK

$(TMP_OS_PATH)/devicetree.dtb: $(TMP_OS_PATH)/devicetree/system-top.dts
gcc -I my_dts -E -nostdinc -undef -D__DTS__ -x assembler-with-cpp -o \
gcc -I $(TMP_OS_PATH)/devicetree/ -E -nostdinc -undef -D__DTS__ -x assembler-with-cpp -o \
$(TMP_OS_PATH)/devicetree/system-top.dts.tmp $(TMP_OS_PATH)/devicetree/system-top.dts
$(OS_PATH)/dtc-1.5.0/dtc -I dts -O dtb -o $@ \
-i $(TMP_OS_PATH)/devicetree $(TMP_OS_PATH)/devicetree/system-top.dts.tmp
Expand Down

0 comments on commit 8c1dcd4

Please sign in to comment.