This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-03-12 05:32:15 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d815e42419
opnsense-src
/
sys
/
dts
/
mips
/
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 19:53:59 -04: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 17:18:11 -05: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 19:53:59 -04:00
all
:
test
-
dts
.
i
n
c
l
u
d
e
<
b
s
d
.
i
n
i
t
.
m
k
>
Reference in a new issue
Copy permalink