b1c4ba4ab6
Due to the ABI we are using we have to use the earm architecture moniker for the build system to behave correctly. This involves then some headers to move around. There is also a few related Makefile updates as well as minor source code corrections.
10 lines
206 B
Makefile
10 lines
206 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/06/25 03:33:39 matt Exp $
|
|
|
|
SUBDIR= include .WAIT include/arm26 include/arm32
|
|
|
|
.ifndef __MINIX
|
|
# install footbridge headers.
|
|
SUBDIR+= footbridge
|
|
.endif
|
|
|
|
.include <bsd.kinc.mk>
|