freebsd-dev/stand/uboot/lib
Warner Losh 8299b37f85 Centralize several variables.
MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always the
same, so set them in defs.mk. MAN= is common, so set it here too.
This removes a lot of boring repetition from the Makefiles that added
almost no value.
2018-02-02 06:32:26 +00:00
..
api_public.h
console.c
copy.c
devicename.c
disk.c
elf_freebsd.c
glue.c Tag unreachable places as such. I left the while (1); in place since 2018-01-26 22:22:21 +00:00
glue.h Now that exit is __dead2, we need to tag ub_exit() as __dead2. To do 2018-01-26 21:50:59 +00:00
libuboot.h When building for arm arches, set PKGALIGN to the max cache line size 2017-12-10 23:06:45 +00:00
Makefile Centralize several variables. 2018-02-02 06:32:26 +00:00
module.c
net.c
reboot.c
time.c