-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
- Loading branch information
Vineet Gupta
committed
Jan 28, 2013
1 parent
949db15
commit 79a033c
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
include include/asm-generic/Kbuild.asm | ||
|
||
# 7-Oct-12: Jeremy Bennett <jeremy.bennett@embecosm.com>. Some of these | ||
# headers, beyond those specified in the generic set are needed by user code. | ||
|
||
header-y += page.h | ||
header-y += cachectl.h | ||
|
||
generic-y += auxvec.h | ||
generic-y += bugs.h | ||
generic-y += bitsperlong.h | ||
generic-y += clkdev.h | ||
generic-y += cputime.h | ||
generic-y += current.h | ||
generic-y += device.h | ||
generic-y += div64.h | ||
generic-y += emergency-restart.h | ||
generic-y += errno.h | ||
generic-y += fcntl.h | ||
generic-y += fb.h | ||
generic-y += ftrace.h | ||
generic-y += hardirq.h | ||
generic-y += hw_irq.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += irq_regs.h | ||
generic-y += kmap_types.h | ||
generic-y += kvm_para.h | ||
generic-y += local.h | ||
generic-y += local64.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += param.h | ||
generic-y += parport.h | ||
generic-y += percpu.h | ||
generic-y += poll.h | ||
generic-y += posix_types.h | ||
generic-y += resource.h | ||
generic-y += scatterlist.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += shmparam.h | ||
generic-y += siginfo.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += stat.h | ||
generic-y += statfs.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += topology.h | ||
generic-y += trace_clock.h | ||
generic-y += types.h | ||
generic-y += ucontext.h | ||
generic-y += unaligned.h | ||
generic-y += user.h | ||
generic-y += vga.h | ||
generic-y += xor.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
|
||
#include <generated/asm-offsets.h> |