67fd41ddbf
model in use for a given platform (__PROG26 vs __PROG32), then pulls in <arm/types.h>. Change each ARM port to pull in <arm/arm26/types.h> or <arm/arm32/types.h> as appropriate. Change all references to PROG26 and PROG32 to __PROG26 and __PROG32. Eliminate the opt_progmode.h header file.
6 lines
129 B
Makefile
6 lines
129 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/11/22 17:59:58 thorpej Exp $
|
|
|
|
SUBDIR= include include/arm26 include/arm32
|
|
|
|
.include <bsd.kinc.mk>
|