About Me
Embedded software engineer
I Am Looking For
networking
My Community Activity
|
|
|
|
|
|
|
|
Building kernel headers only
Also is there a way to output all the headers to a separate directory instead on in the kernel source tree itself ???
|
|
|
Building kernel headers only
Is there a target which allows only the kernel headers to get built so that external modules can be built against the kernel. ? Right now what I have to do is
make clean mrproper
make defconfig
make more...
|
|
|
"/" mount point on embedded systems
BTW we are running busybox. That df does not support -a.
-bash-2.05b# df --help
BusyBox v1.6.0 (2008-08-20 05:05:38 PDT) multi-call binary
Usage: df [-hmk] [FILESYSTEM ...]
Print the filesystem space more...
|
"/" mount point on embedded systems
This is what my /proc/mounts shows
rootfs / rootfs rw 0 0
/dev/root / ext2 rw,nogrpid 0 0
/proc /proc proc rw,nodiratime 0 0
sysfs /sys sysfs rw 0 0
tmpfs /tmp tmpfs rw 0 0
tmpfs /var tmpfs rw 0 0
and more...
|