Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1de1502c authored by Al Viro's avatar Al Viro Committed by H. Peter Anvin
Browse files

x86, um: now we can get rid of trivial uml headers



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent bb898558
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ include $(srctree)/$(ARCH_DIR)/Makefile-$(SUBARCH)
#This will adjust *FLAGS accordingly to the platform.
include $(srctree)/$(ARCH_DIR)/Makefile-os-$(OS)

KBUILD_CPPFLAGS += -I$(srctree)/arch/$(HEADER_ARCH)/include

# -Derrno=kernel_errno - This turns all kernel references to errno into
# kernel_errno to separate them from the libc errno.  This allows -fno-common
# in KBUILD_CFLAGS.  Otherwise, it would cause ld to complain about the two different

arch/um/include/asm/a.out.h

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
/*
 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
 * Licensed under the GPL
 */

#ifndef __UM_A_OUT_H
#define __UM_A_OUT_H

#include "asm/arch/a.out.h"

#endif
+0 −6
Original line number Diff line number Diff line
#ifndef __UM_ALTERNATIVE_ASM_I
#define __UM_ALTERNATIVE_ASM_I

#include "asm/arch/alternative-asm.h"

#endif

arch/um/include/asm/alternative.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __UM_ALTERNATIVE_H
#define __UM_ALTERNATIVE_H

#include "asm/arch/alternative.h"

#endif

arch/um/include/asm/asm.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __UM_ASM_H
#define __UM_ASM_H

#include "asm/arch/asm.h"

#endif
Loading