package: uboot-sunxi: various changes
[openwrt.git] / package / boot / uboot-sunxi / patches / 001-use-dtc-in-kernel.patch
1 diff -ruN old/Makefile new/Makefile
2 --- old/Makefile        2015-04-13 16:53:03.000000000 +0200
3 +++ new/Makefile        2015-07-31 15:52:08.920097812 +0200
4 @@ -346,7 +346,7 @@
5  AWK            = awk
6  PERL           = perl
7  PYTHON         = python
8 -DTC            = dtc
9 +DTC            = $(DTCDIR)dtc
10  CHECK          = sparse
11  
12  CHECKFLAGS     := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \