dtx_diff (1ed7d32763857fbdc8e406352404538e41050d22) | dtx_diff (b4b201d88b7c9b3c6acdd03f9adec0c9857548ce) |
---|---|
1#! /bin/bash 2 3# Copyright (C) 2015 Frank Rowand 4# 5# This program is free software; you can redistribute it and/or modify 6# it under the terms of the GNU General Public License as published by 7# the Free Software Foundation; version 2 of the License. 8 --- 307 unchanged lines hidden (view full) --- 316dtx_path_2_dtc_include="" 317if (( ${cmd_diff} )) ; then 318 dtx_path_2_dtc_include="-i `dirname ${dtx_file_2}`" 319fi 320 321cpp_flags="\ 322 -nostdinc \ 323 -I${srctree}/arch/${ARCH}/boot/dts \ | 1#! /bin/bash 2 3# Copyright (C) 2015 Frank Rowand 4# 5# This program is free software; you can redistribute it and/or modify 6# it under the terms of the GNU General Public License as published by 7# the Free Software Foundation; version 2 of the License. 8 --- 307 unchanged lines hidden (view full) --- 316dtx_path_2_dtc_include="" 317if (( ${cmd_diff} )) ; then 318 dtx_path_2_dtc_include="-i `dirname ${dtx_file_2}`" 319fi 320 321cpp_flags="\ 322 -nostdinc \ 323 -I${srctree}/arch/${ARCH}/boot/dts \ |
324 -I${srctree}/arch/${ARCH}/boot/dts/include \ | 324 -I${srctree}/scripts/dtc/include-prefixes \ |
325 -I${srctree}/drivers/of/testcase-data \ 326 -undef -D__DTS__" 327 328dtc_flags="\ 329 -i ${srctree}/arch/${ARCH}/boot/dts/ \ 330 -i ${srctree}/kernel/dts \ 331 ${dtx_path_1_dtc_include} \ 332 ${dtx_path_2_dtc_include}" --- 17 unchanged lines hidden --- | 325 -I${srctree}/drivers/of/testcase-data \ 326 -undef -D__DTS__" 327 328dtc_flags="\ 329 -i ${srctree}/arch/${ARCH}/boot/dts/ \ 330 -i ${srctree}/kernel/dts \ 331 ${dtx_path_1_dtc_include} \ 332 ${dtx_path_2_dtc_include}" --- 17 unchanged lines hidden --- |