26 Jul, 2008
1 commit
-
Move it to the top-level file to decide if we install/check
the generic headers or the arch specific headers.This revealed a long standing bug where "make headers_check_all"
relied on the files in asm/ for the current architecture.
So make headers_check_all is now broken by this commit.In addition:
o add a simpler way to detect if an arch support
exporting header files.o add 'set -e;' so we error out early if
make headers_check_all fails.o add sparc64 and cris to arch we do not process
in make headers_*_all because:sparc64 - use sparc to export headers
cris - is know seriously brokenIncludes suggestions from: David Woodhouse
.Signed-off-by: Sam Ravnborg
Cc: David Woodhouse
14 Jul, 2008
1 commit
-
With the coming of kernel based modesetting and the memory manager stuff,
the everything in one directory approach was getting very ugly and
starting to be unmanageable.This restructures the drm along the lines of other kernel components.
It creates a drivers/gpu/drm directory and moves the hw drivers into
subdirectores. It moves the includes into an include/drm, and
sets up the unifdef for the userspace headers we should be exporting.Signed-off-by: Dave Airlie
17 Oct, 2007
1 commit
-
/usr/include/scsi is provided by glibc.
Remove the scsi export from make headers_install target.Signed-off-by: Olaf Hering
Cc: David Woodhouse
Cc: James Bottomley
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
19 Sep, 2006
1 commit
-
Signed-off-by: David Woodhouse
18 Jun, 2006
1 commit
-
This adds the Kbuild files listing the files which are to be installed by
the 'headers_install' make target, in generic directories.Signed-off-by: David Woodhouse