Skip to content

Commit

Permalink
Merge pull request 96boards#62 from hzhuang1/clang
Browse files Browse the repository at this point in the history
Clang
  • Loading branch information
hzhuang1 authored Mar 6, 2018
2 parents df95ab0 + 3c42b4d commit e36b8fc
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 14 deletions.
14 changes: 14 additions & 0 deletions BaseTools/Conf/build_rule.template
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,20 @@
# For RVCTCYGWIN ASM_FLAGS must be first to work around pathing issues
"$(ASM)" $(ASM_FLAGS) -o ${dst} ${d_path}(+)${s_base}.iii

[Device-Tree-Source-File]
<InputFile>
?.dts

<ExtraDependency>
$(MAKE_FILE)

<OutputFile>
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.dtb

<Command.GCC>
"$(PP)" $(DTCPP_FLAGS) $(INC) ${src} > ${d_path}(+)${s_base}.i
"$(DTC)" -I dts -O dtb -o ${dst} ${d_path}(+)${s_base}.i

[Visual-Form-Representation-File]
<InputFile>
?.vfr
Expand Down
Loading

0 comments on commit e36b8fc

Please sign in to comment.