Need to install byte_swap.h and bswap.h needs to include sh3/byte_swap.h.

This commit is contained in:
dsl 2006-02-01 20:56:18 +00:00
parent 60dcc21763
commit 37875b24f4
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.20 2005/12/11 12:18:58 christos Exp $
# $NetBSD: Makefile,v 1.21 2006/02/01 20:56:18 dsl Exp $
INCSDIR= /usr/include/sh3
INCS= ansi.h aout_machdep.h asm.h \
bswap.h bus.h \
bswap.h bus.h byte_swap.h \
cdefs.h coff_machdep.h cpu.h cputypes.h \
db_machdep.h disklabel.h \
elf_machdep.h endian.h endian_machdep.h \

View File

@ -1,9 +1,9 @@
/* $NetBSD: bswap.h,v 1.6 2006/01/31 07:58:56 dsl Exp $ */
/* $NetBSD: bswap.h,v 1.7 2006/02/01 20:56:18 dsl Exp $ */
#ifndef _SH3_BSWAP_H_
#define _SH3_BSWAP_H_
#include <machine/byte_swap.h>
#include <sh3/byte_swap.h>
#include <sys/bswap.h>