This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
76354fa40f
freebsd-dev
/
sys
/
dts
/
powerpc
/
Makefile
8 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add Makefiles to automatically test all the DTS files. There are several broken DTS files right now in the arm directory.
2014-06-06 23:53:59 +00:00
# $FreeBSD$
Fix test-dts{,o} targets There were two main problems here: 1.) sys/dts/Makefile.inc is not included from various */overlays directories by default, only ../Makefile.inc 2.) When shelling out for DTS/DTSO, cwd != .CURDIR, so enumeration always failed These changes allow make test-dts and make test-dtso to function in their respective directories. Reviewed by: manu MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D17961
2018-11-12 22:18:11 +00:00
DTS
!=
ls
${
.CURDIR
}
/*.dts
Add Makefiles to automatically test all the DTS files. There are several broken DTS files right now in the arm directory.
2014-06-06 23:53:59 +00:00
all
:
test
-
dts
.
i
n
c
l
u
d
e
<
b
s
d
.
i
n
i
t
.
m
k
>
Reference in New Issue
Copy Permalink