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
102cb8b907
freebsd-dev
/
stand
/
arm
/
Makefile
8 lines
64 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a dummy makefile to keep build happy
2006-08-10 06:29:15 +00:00
# $FreeBSD$
Add NO_OBJ to those directories that don't make anything. For directories that don't many anything, add NO_OBJ=t just before we include bsd.init.mk. This prevents them from creating an OBJ directory. In addition, prevent defs.mk from creating the machine related links in these cases. They aren't needed and break, at least on stable, the read-only src tree build.
2018-02-26 03:16:04 +00:00
NO_OBJ
=
t
Initial support of loader(8) for ARM machines running U-Boot. This uses the common U-Boot support lib (sys/boot/uboot, already used on FreeBSD/powerpc), and assumes the underlying firmware has the modern API for stand-alone apps enabled in the config (CONFIG_API). Only netbooting is supported at the moment. Obtained from: Marvell, Semihalf
2008-10-14 10:11:14 +00:00
SUBDIR
=
uboot
Add a dummy makefile to keep build happy
2006-08-10 06:29:15 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
s
u
b
d
i
r
.
m
k
>
Reference in New Issue
Copy Permalink