Displaying 6 results from an estimated 6 matches for "kbuild_extmod".
2006 Jun 26
0
[klibc 09/43] kbuild: support single targets for klibc and klibc programs
...- build whith mixed source and output
# - build with separate output dir 'make O=...'
# - external modules
+# - klibc library and klibc programs (everything under usr/)
#
# target-dir => where to store outputfile
# build-dir => directory in kernel source tree to use
ifeq ($(KBUILD_EXTMOD),)
+ singlebld = $(if $(filter usr/%,$(dir $@)),$(klibc),$(build))
build-dir = $(patsubst %/,%,$(dir $@))
target-dir = $(dir $@)
else
+ singlebld = $(build)
zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@)))
build-dir = $(KBUILD_EXTMOD)$(if $...
2006 Apr 17
0
[PATCH] kbuild: support single targets for klibc and klibc programs
...- build whith mixed source and output
# - build with separate output dir 'make O=...'
# - external modules
+# - klibc library and klibc programs (everything under usr/)
#
# target-dir => where to store outputfile
# build-dir => directory in kernel source tree to use
ifeq ($(KBUILD_EXTMOD),)
+ singlebld = $(if $(filter usr/%,$(dir $@)),$(klibc),$(build))
build-dir = $(patsubst %/,%,$(dir $@))
target-dir = $(dir $@)
else
+ singlebld = $(build)
zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@)))
build-dir = $(KBUILD_EXTMOD)$(if $...
2010 May 19
2
trying to rebuild an old nvidia driver
...OUTPUT=/lib/modules/2.6.18-194.3.1.el5/build
KBUILD_VERBOS
E=1 -C /lib/modules/2.6.18-194.3.1.el5/source
SUBDIRS=/scratch/NVIDIA-Linux-
x86-96.43.13-pkg1/usr/src/nv modules
make -C /lib/modules/2.6.18-194.3.1.el5/build \
KBUILD_SRC=/usr/src/kernels/2.6.18-194.3.1.el5-i686 \
KBUILD_EXTMOD="/scratch/NVIDIA-Linux-x86-96.43.13-pkg1/usr/src/nv"
-f /usr/
src/kernels/2.6.18-194.3.1.el5-i686/Makefile modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
\
echo; \
echo &q...
2012 May 17
5
[PATCH 1/1] kbuild: sync with kernel 3.4-rc7
...$(foreach c,$(1), \
+ $(shell set -e; \
+ if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \
+ echo $(c); \
+ fi)))
+
+# output directory for tests below
+TMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/)
+
+# try-run
+# Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
+# Exit code chooses option. "$$TMP" is can be used as temporary file and
+# is automatically cleaned up.
+try-run = $(shell set -e; \
+ TMP="$(TMPOUT)....
2008 Jun 22
17
about module nVidia GeForce 8400 G in Xen
Hi everyone,
If there any modules (drivers) for Video Graphic Accelerated Card nVIDIA
GeForce 8400 G in Xen?
Cause the driver that I downloaded from nvidia.com won´t work with Xen
Kernel.
Any Idea?
I use CentOS 5.1
I appreciate your helps very much
thank you
Eric Jansen
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: