Home | History | Annotate | Download | only in sbmips
History log of /src/sys/arch/sbmips/Makefile
RevisionDateAuthorComments
 1.4  06-Apr-2011  dyoung Fix target 'tags'.
 1.3  06-Jan-2003  lukem branches: 1.3.130; 1.3.136;
Rework how KERNOBJDIR functions; now it's always determined with
cd ${KERNSRCDIR}/${KERNARCHDIR}/compile && ${PRINTOBJDIR}
This is far simpler than the previous system, and more robust with
objdirs built via BSDOBJDIR.

The previous method of finding KERNOBJDIR when using BSDOBJDIR by
referencing _SRC_TOP_OBJ_ from another directory was extremely
fragile due to the depth first tree walk by <bsd.subdir.mk>, and
the caching of _SRC_TOP_OBJ_ (with MAKEOVERRIDES) which would be
empty on the *first* pass to create fresh objdirs.

This change requires adding sys/arch/*/compile/Makefile to create
the objdir in that directory, and descending into arch/*/compile
from arch/*/Makefile. Remove the now-unnecessary .keep_me files
whilst here.

Per lengthy discussion with Andrew Brown.
 1.2  09-Nov-2002  cgd add stand to subdir list
 1.1  06-Mar-2002  simonb branches: 1.1.10; 1.1.12;
A basic port to the Broadcom/SiByte SB1250 evaluation board (the
"swarm"). Other SB-cpu boards will be supported by this port in
the future.

Includes support for on-chip ethernet and serial. Many features
still missing - notably SMP, PCI/LDT and IDE.

This code is provided by the Broadband Processor Business Unit at
Broadcom Corp with minor updates by me.
 1.1.12.3  07-Jan-2003  thorpej Sync with HEAD.
 1.1.12.2  11-Nov-2002  nathanw Catch up to -current
 1.1.12.1  06-Mar-2002  nathanw file Makefile was added on branch nathanw_sa on 2002-11-11 22:03:11 +0000
 1.1.10.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.10.1  06-Mar-2002  jdolecek file Makefile was added on branch kqueue on 2002-06-23 17:40:02 +0000
 1.3.136.1  06-Jun-2011  jruoho Sync with HEAD.
 1.3.130.1  21-Apr-2011  rmind sync with head

RSS XML Feed