Difference between revisions of "Hellohello"
From eLinux.org
| (One intermediate revision by one user not shown) | |||
| Line 114: | Line 114: | ||
CONFIG_HAVE_LATENCYTOP_SUPPORT=y | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
CONFIG_LOCKDEP_SUPPORT=y | CONFIG_LOCKDEP_SUPPORT=y | ||
| + | ... | ||
| + | </pre> | ||
| + | |- | ||
| + | | 4-5 | ||
| + | | 82 | ||
| + | | Linux autoconf.h | ||
| + | | <pre> | ||
| + | jack@jack-laptop:~/BeagleBoard/oe/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r113b+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/git/include/linux$ cat autoconf.h | grep CONFIG_USB | ||
| + | #define CONFIG_USB_SISUSBVGA_MODULE 1 | ||
| + | #define CONFIG_USB_MUSB_HDRC 1 | ||
| + | #define CONFIG_USB_LEGOTOWER_MODULE 1 | ||
| + | #define CONFIG_USB_SERIAL_IR_MODULE 1 | ||
| + | #define CONFIG_USB_GSPCA_T613_MODULE 1 | ||
| + | #define CONFIG_USB_SERIAL_TI_MODULE 1 | ||
| + | #define CONFIG_USB_ETH_RNDIS 1 | ||
| + | #define CONFIG_USB_SERIAL_MODULE 1 | ||
| + | #define CONFIG_USB_W9968CF_MODULE 1 | ||
| + | #define CONFIG_USB_RTL8150 1 | ||
| + | #define CONFIG_USB_SERIAL_WHITEHEAT_MODULE 1 | ||
| + | #define CONFIG_USB_GADGET_MUSB_HDRC 1 | ||
| + | ... | ||
| + | </pre> | ||
| + | |- | ||
| + | | 4-6 | ||
| + | | 84-89 | ||
| + | | Makefile Targets | ||
| + | | <pre> | ||
| + | jack@jack-laptop:~/BeagleBoard/oe/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r113b+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/git$ make help | ||
| + | Cleaning targets: | ||
| + | clean - Remove most generated files but keep the config and | ||
| + | enough build support to build external modules | ||
| + | mrproper - Remove all generated files + config + various backup files | ||
| + | distclean - mrproper + remove editor backup and patch files | ||
| + | Configuration targets: | ||
| + | config - Update current config utilising a line-oriented program | ||
| + | menuconfig - Update current config utilising a menu based program | ||
| + | xconfig - Update current config utilising a QT based front-end | ||
| + | gconfig - Update current config utilising a GTK based front-end | ||
| + | oldconfig - Update current config utilising a provided .config as base | ||
| + | localmodconfig - Update current config disabling modules not loaded | ||
| + | localyesconfig - Update current config converting local mods to core | ||
| + | silentoldconfig - Same as oldconfig, but quietly, additionally update deps | ||
| + | randconfig - New config with random answer to all options | ||
| + | defconfig - New config with default answer to all options | ||
| + | allmodconfig - New config selecting modules when possible | ||
| + | allyesconfig - New config where all options are accepted with yes | ||
| + | allnoconfig - New config where all options are answered with no | ||
| + | |||
| + | Other generic targets: | ||
| + | all - Build all targets marked with [*] | ||
| + | * vmlinux - Build the bare kernel | ||
| + | * modules - Build all modules | ||
| + | modules_install - Install all modules to INSTALL_MOD_PATH (default: /) | ||
| + | firmware_install- Install all firmware to INSTALL_FW_PATH | ||
| + | (default: $(INSTALL_MOD_PATH)/lib/firmware) | ||
| + | dir/ - Build all files in dir and below | ||
| + | dir/file.[ois] - Build specified target only | ||
| + | dir/file.ko - Build module including final link | ||
| + | modules_prepare - Set up for building external modules | ||
| + | tags/TAGS - Generate tags file for editors | ||
| + | cscope - Generate cscope index | ||
| + | kernelrelease - Output the release version string | ||
| + | kernelversion - Output the version stored in Makefile | ||
| + | headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH | ||
| + | (default: /home/jack/BeagleBoard/oe/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r113b+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/git/usr) | ||
| + | |||
| + | Static analysers | ||
| + | checkstack - Generate a list of stack hogs | ||
| + | namespacecheck - Name space analysis on compiled kernel | ||
| + | versioncheck - Sanity check on version.h usage | ||
| + | includecheck - Check for duplicate included header files | ||
| + | export_report - List the usages of all exported symbols | ||
| + | headers_check - Sanity check on exported headers | ||
| + | headerdep - Detect inclusion cycles in headers | ||
| + | |||
| + | Kernel packaging: | ||
| + | rpm-pkg - Build both source and binary RPM kernel packages | ||
| + | binrpm-pkg - Build only the binary kernel package | ||
| + | deb-pkg - Build the kernel as an deb package | ||
| + | tar-pkg - Build the kernel as an uncompressed tarball | ||
| + | targz-pkg - Build the kernel as a gzip compressed tarball | ||
| + | tarbz2-pkg - Build the kernel as a bzip2 compressed tarball | ||
| + | |||
| + | Documentation targets: | ||
| + | Linux kernel internal documentation in different formats: | ||
| + | htmldocs - HTML | ||
| + | pdfdocs - PDF | ||
| + | psdocs - Postscript | ||
| + | xmldocs - XML DocBook | ||
| + | mandocs - man pages | ||
| + | installmandocs - install man pages generated by mandocs | ||
| + | cleandocs - clean all generated DocBook files | ||
| + | |||
| + | Architecture specific targets (arm): | ||
| + | * zImage - Compressed kernel image (arch/arm/boot/zImage) | ||
| + | Image - Uncompressed kernel image (arch/arm/boot/Image) | ||
| + | * xipImage - XIP kernel image, if configured (arch/arm/boot/xipImage) | ||
| + | uImage - U-Boot wrapped zImage | ||
| + | bootpImage - Combined zImage and initial RAM disk | ||
| + | (supply initrd image via make variable INITRD=<path>) | ||
| + | install - Install uncompressed kernel | ||
| + | zinstall - Install compressed kernel | ||
| + | Install using (your) ~/bin/installkernel or | ||
| + | (distribution) /sbin/installkernel or | ||
| + | install to $(INSTALL_PATH) and run lilo | ||
| + | |||
| + | acs5k_defconfig - Build for acs5k | ||
| + | acs5k_tiny_defconfig - Build for acs5k_tiny | ||
| + | afeb9260_defconfig - Build for afeb9260 | ||
| + | am200epdkit_defconfig - Build for am200epdkit | ||
| + | am3517_evm_defconfig - Build for am3517_evm | ||
| + | ams_delta_defconfig - Build for ams_delta | ||
| + | assabet_defconfig - Build for assabet | ||
| + | at91cap9adk_defconfig - Build for at91cap9adk | ||
| + | at91rm9200dk_defconfig - Build for at91rm9200dk | ||
| + | at91rm9200ek_defconfig - Build for at91rm9200ek | ||
| + | at91sam9260ek_defconfig - Build for at91sam9260ek | ||
| + | at91sam9261ek_defconfig - Build for at91sam9261ek | ||
| + | at91sam9263ek_defconfig - Build for at91sam9263ek | ||
| + | at91sam9g20ek_defconfig - Build for at91sam9g20ek | ||
| + | at91sam9rlek_defconfig - Build for at91sam9rlek | ||
| + | ateb9200_defconfig - Build for ateb9200 | ||
| + | badge4_defconfig - Build for badge4 | ||
| + | bcmring_defconfig - Build for bcmring | ||
| + | cam60_defconfig - Build for cam60 | ||
| + | carmeva_defconfig - Build for carmeva | ||
| + | cerfcube_defconfig - Build for cerfcube | ||
| + | cm_t35_defconfig - Build for cm_t35 | ||
| + | cm_x2xx_defconfig - Build for cm_x2xx | ||
| + | cm_x300_defconfig - Build for cm_x300 | ||
| + | colibri_pxa270_defconfig - Build for colibri_pxa270 | ||
| + | colibri_pxa300_defconfig - Build for colibri_pxa300 | ||
| + | collie_defconfig - Build for collie | ||
| + | corgi_defconfig - Build for corgi | ||
| + | cpu9260_defconfig - Build for cpu9260 | ||
| + | cpu9g20_defconfig - Build for cpu9g20 | ||
| + | cpuat91_defconfig - Build for cpuat91 | ||
| + | csb337_defconfig - Build for csb337 | ||
| + | csb637_defconfig - Build for csb637 | ||
| + | da8xx_omapl_defconfig - Build for da8xx_omapl | ||
| + | davinci_all_defconfig - Build for davinci_all | ||
| + | dove_defconfig - Build for dove | ||
| + | ebsa110_defconfig - Build for ebsa110 | ||
| + | ecbat91_defconfig - Build for ecbat91 | ||
| + | edb7211_defconfig - Build for edb7211 | ||
| + | em_x270_defconfig - Build for em_x270 | ||
| + | ep93xx_defconfig - Build for ep93xx | ||
| + | eseries_pxa_defconfig - Build for eseries_pxa | ||
| + | ezx_defconfig - Build for ezx | ||
| + | footbridge_defconfig - Build for footbridge | ||
| + | fortunet_defconfig - Build for fortunet | ||
| + | h3600_defconfig - Build for h3600 | ||
| + | h5000_defconfig - Build for h5000 | ||
| + | h7201_defconfig - Build for h7201 | ||
| + | h7202_defconfig - Build for h7202 | ||
| + | hackkit_defconfig - Build for hackkit | ||
| + | htcherald_defconfig - Build for htcherald | ||
| + | igep0020_defconfig - Build for igep0020 | ||
| + | integrator_defconfig - Build for integrator | ||
| + | iop13xx_defconfig - Build for iop13xx | ||
| + | iop32x_defconfig - Build for iop32x | ||
| + | iop33x_defconfig - Build for iop33x | ||
| + | ixp2000_defconfig - Build for ixp2000 | ||
| + | ixp23xx_defconfig - Build for ixp23xx | ||
| + | ixp4xx_defconfig - Build for ixp4xx | ||
| + | jornada720_defconfig - Build for jornada720 | ||
| + | kafa_defconfig - Build for kafa | ||
| + | kb9202_defconfig - Build for kb9202 | ||
| + | kirkwood_defconfig - Build for kirkwood | ||
| + | ks8695_defconfig - Build for ks8695 | ||
| + | lart_defconfig - Build for lart | ||
| + | loki_defconfig - Build for loki | ||
| + | lpd270_defconfig - Build for lpd270 | ||
| + | lpd7a400_defconfig - Build for lpd7a400 | ||
| + | lpd7a404_defconfig - Build for lpd7a404 | ||
| + | lubbock_defconfig - Build for lubbock | ||
| + | lusl7200_defconfig - Build for lusl7200 | ||
| + | magician_defconfig - Build for magician | ||
| + | mainstone_defconfig - Build for mainstone | ||
| + | mini2440_defconfig - Build for mini2440 | ||
| + | msm_defconfig - Build for msm | ||
| + | mv78xx0_defconfig - Build for mv78xx0 | ||
| + | mx1ads_defconfig - Build for mx1ads | ||
| + | mx1_defconfig - Build for mx1 | ||
| + | mx21_defconfig - Build for mx21 | ||
| + | mx27_defconfig - Build for mx27 | ||
| + | mx31pdk_defconfig - Build for mx31pdk | ||
| + | mx3_defconfig - Build for mx3 | ||
| + | n770_defconfig - Build for n770 | ||
| + | n8x0_defconfig - Build for n8x0 | ||
| + | neocore926_defconfig - Build for neocore926 | ||
| + | neponset_defconfig - Build for neponset | ||
| + | netwinder_defconfig - Build for netwinder | ||
| + | netx_defconfig - Build for netx | ||
| + | nhk8815_defconfig - Build for nhk8815 | ||
| + | ns9xxx_defconfig - Build for ns9xxx | ||
| + | nuc910_defconfig - Build for nuc910 | ||
| + | nuc950_defconfig - Build for nuc950 | ||
| + | nuc960_defconfig - Build for nuc960 | ||
| + | omap_2430sdp_defconfig - Build for omap_2430sdp | ||
| + | omap_3430sdp_defconfig - Build for omap_3430sdp | ||
| + | omap_3630sdp_defconfig - Build for omap_3630sdp | ||
| + | omap3_beagle_cam_defconfig - Build for omap3_beagle_cam | ||
| + | omap3_beagle_defconfig - Build for omap3_beagle | ||
| + | omap3_defconfig - Build for omap3 | ||
| + | omap3_evm_defconfig - Build for omap3_evm | ||
| + | omap3_pandora_defconfig - Build for omap3_pandora | ||
| + | omap3_pm_defconfig - Build for omap3_pm | ||
| + | omap3_touchbook_defconfig - Build for omap3_touchbook | ||
| + | omap_4430sdp_defconfig - Build for omap_4430sdp | ||
| + | omap_apollon_2420_defconfig - Build for omap_apollon_2420 | ||
| + | omap_generic_1510_defconfig - Build for omap_generic_1510 | ||
| + | omap_generic_1610_defconfig - Build for omap_generic_1610 | ||
| + | omap_generic_1710_defconfig - Build for omap_generic_1710 | ||
| + | omap_generic_2420_defconfig - Build for omap_generic_2420 | ||
| + | omap_h2_1610_defconfig - Build for omap_h2_1610 | ||
| + | omap_h4_2420_defconfig - Build for omap_h4_2420 | ||
| + | omap_innovator_1510_defconfig - Build for omap_innovator_1510 | ||
| + | omap_innovator_1610_defconfig - Build for omap_innovator_1610 | ||
| + | omap_ldp_defconfig - Build for omap_ldp | ||
| + | omap_osk_5912_defconfig - Build for omap_osk_5912 | ||
| + | omap_perseus2_730_defconfig - Build for omap_perseus2_730 | ||
| + | omap_zoom2_defconfig - Build for omap_zoom2 | ||
| + | omap_zoom3_defconfig - Build for omap_zoom3 | ||
| + | onearm_defconfig - Build for onearm | ||
| + | orion5x_defconfig - Build for orion5x | ||
| + | overo_defconfig - Build for overo | ||
| + | palmte_defconfig - Build for palmte | ||
| + | palmtt_defconfig - Build for palmtt | ||
| + | palmz71_defconfig - Build for palmz71 | ||
| + | palmz72_defconfig - Build for palmz72 | ||
| + | pcm027_defconfig - Build for pcm027 | ||
| + | picotux200_defconfig - Build for picotux200 | ||
| + | pleb_defconfig - Build for pleb | ||
| + | pnx4008_defconfig - Build for pnx4008 | ||
| + | pxa168_defconfig - Build for pxa168 | ||
| + | pxa255-idp_defconfig - Build for pxa255-idp | ||
| + | pxa3xx_defconfig - Build for pxa3xx | ||
| + | pxa910_defconfig - Build for pxa910 | ||
| + | qil-a9260_defconfig - Build for qil-a9260 | ||
| + | realview_defconfig - Build for realview | ||
| + | realview-smp_defconfig - Build for realview-smp | ||
| + | rpc_defconfig - Build for rpc | ||
| + | rx51_defconfig - Build for rx51 | ||
| + | s3c2410_defconfig - Build for s3c2410 | ||
| + | s3c6400_defconfig - Build for s3c6400 | ||
| + | s5pc100_defconfig - Build for s5pc100 | ||
| + | sam9_l9260_defconfig - Build for sam9_l9260 | ||
| + | shannon_defconfig - Build for shannon | ||
| + | shark_defconfig - Build for shark | ||
| + | simpad_defconfig - Build for simpad | ||
| + | spitz_defconfig - Build for spitz | ||
| + | stmp378x_defconfig - Build for stmp378x | ||
| + | stmp37xx_defconfig - Build for stmp37xx | ||
| + | sx1_defconfig - Build for sx1 | ||
| + | tct_hammer_defconfig - Build for tct_hammer | ||
| + | trizeps4_defconfig - Build for trizeps4 | ||
| + | u300_defconfig - Build for u300 | ||
| + | u8500_defconfig - Build for u8500 | ||
| + | usb-a9260_defconfig - Build for usb-a9260 | ||
| + | usb-a9263_defconfig - Build for usb-a9263 | ||
| + | versatile_defconfig - Build for versatile | ||
| + | viper_defconfig - Build for viper | ||
| + | xcep_defconfig - Build for xcep | ||
| + | yl9200_defconfig - Build for yl9200 | ||
| + | zeus_defconfig - Build for zeus | ||
| + | |||
| + | make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build | ||
| + | make V=2 [targets] 2 => give reason for rebuild of target | ||
| + | make O=dir [targets] Locate all output files in "dir", including .config | ||
| + | make C=1 [targets] Check all c source with $CHECK (sparse by default) | ||
| + | make C=2 [targets] Force check of all c source with $CHECK | ||
| + | |||
| + | Execute "make" or "make all" to build all targets marked with [*] | ||
| + | For further info see the ./README file | ||
| + | </pre> | ||
| + | |- | ||
| + | | 4-5 | ||
| + | | 82 | ||
| + | | Linux autoconf.h | ||
| + | | <pre> | ||
| + | </pre> | ||
| + | |- | ||
| + | | 4-5 | ||
| + | | 82 | ||
| + | | Linux autoconf.h | ||
| + | | <pre> | ||
</pre> | </pre> | ||
|} | |} | ||
Latest revision as of 06:52, 21 January 2012
| Number | Page | Caption | Listing |
|---|---|---|---|
| 4-1 | 71 | Kernel Build Output | source ~/.oe/crossCompileEnv.sh make uImage ... CC lib/rwsem-spinlock.o CC lib/sha1.o CC lib/show_mem.o CC lib/string.o CC lib/vsprintf.o AR lib/lib.a LD vmlinux.o MODPOST vmlinux.o GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 KSYM .tmp_kallsyms1.S AS .tmp_kallsyms1.o LD .tmp_vmlinux2 KSYM .tmp_kallsyms2.S AS .tmp_kallsyms2.o LD vmlinux SYSMAP System.map SYSMAP .tmp_System.map OBJCOPY arch/arm/boot/Image Kernel: arch/arm/boot/Image is ready AS arch/arm/boot/compressed/head.o GZIP arch/arm/boot/compressed/piggy.gz AS arch/arm/boot/compressed/piggy.o CC arch/arm/boot/compressed/misc.o LD arch/arm/boot/compressed/vmlinux OBJCOPY arch/arm/boot/zImage Kernel: arch/arm/boot/zImage is ready UIMAGE arch/arm/boot/uImage Image Name: Linux-2.6.32 Created: Fri Jan 20 19:15:22 2012 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3144260 Bytes = 3070.57 kB = 3.00 MB Load Address: 80008000 Entry Point: 80008000 Image arch/arm/boot/uImage is ready |
| 4-3 | 77 | Kernel Subdirectory | jack@jack-laptop:~/BeagleBoard/oe/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r113b+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/git/arch/arm/plat-omap$ ls -ls | grep -v \\.o total 812 12 -rw-r--r-- 1 jack jack 10215 2012-01-03 14:29 clock.c 12 -rw-r--r-- 1 jack jack 8486 2012-01-03 14:29 common.c 8 -rw-r--r-- 1 jack jack 4702 2012-01-03 14:29 cpu-omap.c 4 -rw-r--r-- 1 jack jack 2192 2012-01-03 14:29 debug-devices.c 8 -rw-r--r-- 1 jack jack 7170 2012-01-03 14:29 debug-leds.c 12 -rw-r--r-- 1 jack jack 10856 2012-01-03 14:29 devices.c 52 -rw-r--r-- 1 jack jack 52738 2012-01-03 14:29 dma.c 24 -rw-r--r-- 1 jack jack 23360 2012-01-03 14:29 dmtimer.c 12 -rw-r--r-- 1 jack jack 10055 2012-01-03 14:29 fb.c 64 -rw-r--r-- 1 jack jack 63027 2012-01-03 14:29 gpio.c 8 -rw-r--r-- 1 jack jack 5927 2012-01-03 14:29 i2c.c 4 drwxr-xr-x 4 jack jack 4096 2012-01-03 14:29 include 8 -rw-r--r-- 1 jack jack 6441 2012-01-03 14:29 io.c 24 -rw-r--r-- 1 jack jack 20755 2012-01-03 14:29 iommu.c 12 -rw-r--r-- 1 jack jack 9117 2012-01-03 14:29 iommu-debug.c 4 -rw-r--r-- 1 jack jack 2152 2012-01-03 14:29 iopgtable.h 20 -rw-r--r-- 1 jack jack 19320 2012-01-03 14:29 iovmm.c 8 -rw-r--r-- 1 jack jack 6239 2012-01-03 14:29 Kconfig 12 -rw-r--r-- 1 jack jack 8384 2012-01-03 14:29 mailbox.c 12 -rw-r--r-- 1 jack jack 10541 2012-01-03 14:56 mailbox.ko 4 -rw-r--r-- 1 jack jack 1504 2012-01-03 14:55 mailbox.mod.c 4 -rw-r--r-- 1 jack jack 1062 2012-01-03 14:29 Makefile 36 -rw-r--r-- 1 jack jack 36086 2012-01-03 14:29 mcbsp.c 4 -rw-r--r-- 1 jack jack 2263 2012-01-03 14:29 mux.c 4 -rw-r--r-- 1 jack jack 2739 2012-01-03 14:29 ocpi.c 20 -rw-r--r-- 1 jack jack 19866 2012-01-03 14:29 omap_device.c 8 -rw-r--r-- 1 jack jack 7252 2012-01-03 14:29 omap-pm-noop.c 8 -rw-r--r-- 1 jack jack 7171 2012-01-03 14:29 omap-pm-srf.c 4 -rw-r--r-- 1 jack jack 2757 2012-01-03 14:29 psp-version.c 4 -rw-r--r-- 1 jack jack 1202 2012-01-03 14:29 psp-version.h 12 -rw-r--r-- 1 jack jack 12199 2012-01-03 14:29 resource.c 16 -rw-r--r-- 1 jack jack 12884 2012-01-03 14:29 sram.c 20 -rw-r--r-- 1 jack jack 18770 2012-01-03 14:29 usb.c |
| 4-4 | 79 | Snippet from Linux 2.6 .config | # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 # Tue Jan 3 15:00:03 2012 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_GENERIC_GPIO=y CONFIG_GENERIC_TIME=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_HARDIRQS=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_LOCKDEP_SUPPORT=y ... |
| 4-5 | 82 | Linux autoconf.h | jack@jack-laptop:~/BeagleBoard/oe/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r113b+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/git/include/linux$ cat autoconf.h | grep CONFIG_USB #define CONFIG_USB_SISUSBVGA_MODULE 1 #define CONFIG_USB_MUSB_HDRC 1 #define CONFIG_USB_LEGOTOWER_MODULE 1 #define CONFIG_USB_SERIAL_IR_MODULE 1 #define CONFIG_USB_GSPCA_T613_MODULE 1 #define CONFIG_USB_SERIAL_TI_MODULE 1 #define CONFIG_USB_ETH_RNDIS 1 #define CONFIG_USB_SERIAL_MODULE 1 #define CONFIG_USB_W9968CF_MODULE 1 #define CONFIG_USB_RTL8150 1 #define CONFIG_USB_SERIAL_WHITEHEAT_MODULE 1 #define CONFIG_USB_GADGET_MUSB_HDRC 1 ... |
| 4-6 | 84-89 | Makefile Targets |
jack@jack-laptop:~/BeagleBoard/oe/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r113b+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/git$ make help
Cleaning targets:
clean - Remove most generated files but keep the config and
enough build support to build external modules
mrproper - Remove all generated files + config + various backup files
distclean - mrproper + remove editor backup and patch files
Configuration targets:
config - Update current config utilising a line-oriented program
menuconfig - Update current config utilising a menu based program
xconfig - Update current config utilising a QT based front-end
gconfig - Update current config utilising a GTK based front-end
oldconfig - Update current config utilising a provided .config as base
localmodconfig - Update current config disabling modules not loaded
localyesconfig - Update current config converting local mods to core
silentoldconfig - Same as oldconfig, but quietly, additionally update deps
randconfig - New config with random answer to all options
defconfig - New config with default answer to all options
allmodconfig - New config selecting modules when possible
allyesconfig - New config where all options are accepted with yes
allnoconfig - New config where all options are answered with no
Other generic targets:
all - Build all targets marked with [*]
* vmlinux - Build the bare kernel
* modules - Build all modules
modules_install - Install all modules to INSTALL_MOD_PATH (default: /)
firmware_install- Install all firmware to INSTALL_FW_PATH
(default: $(INSTALL_MOD_PATH)/lib/firmware)
dir/ - Build all files in dir and below
dir/file.[ois] - Build specified target only
dir/file.ko - Build module including final link
modules_prepare - Set up for building external modules
tags/TAGS - Generate tags file for editors
cscope - Generate cscope index
kernelrelease - Output the release version string
kernelversion - Output the version stored in Makefile
headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH
(default: /home/jack/BeagleBoard/oe/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r113b+gitr5fc29e7b2a76a64a739f857858ef0b98294aa155/git/usr)
Static analysers
checkstack - Generate a list of stack hogs
namespacecheck - Name space analysis on compiled kernel
versioncheck - Sanity check on version.h usage
includecheck - Check for duplicate included header files
export_report - List the usages of all exported symbols
headers_check - Sanity check on exported headers
headerdep - Detect inclusion cycles in headers
Kernel packaging:
rpm-pkg - Build both source and binary RPM kernel packages
binrpm-pkg - Build only the binary kernel package
deb-pkg - Build the kernel as an deb package
tar-pkg - Build the kernel as an uncompressed tarball
targz-pkg - Build the kernel as a gzip compressed tarball
tarbz2-pkg - Build the kernel as a bzip2 compressed tarball
Documentation targets:
Linux kernel internal documentation in different formats:
htmldocs - HTML
pdfdocs - PDF
psdocs - Postscript
xmldocs - XML DocBook
mandocs - man pages
installmandocs - install man pages generated by mandocs
cleandocs - clean all generated DocBook files
Architecture specific targets (arm):
* zImage - Compressed kernel image (arch/arm/boot/zImage)
Image - Uncompressed kernel image (arch/arm/boot/Image)
* xipImage - XIP kernel image, if configured (arch/arm/boot/xipImage)
uImage - U-Boot wrapped zImage
bootpImage - Combined zImage and initial RAM disk
(supply initrd image via make variable INITRD=<path>)
install - Install uncompressed kernel
zinstall - Install compressed kernel
Install using (your) ~/bin/installkernel or
(distribution) /sbin/installkernel or
install to $(INSTALL_PATH) and run lilo
acs5k_defconfig - Build for acs5k
acs5k_tiny_defconfig - Build for acs5k_tiny
afeb9260_defconfig - Build for afeb9260
am200epdkit_defconfig - Build for am200epdkit
am3517_evm_defconfig - Build for am3517_evm
ams_delta_defconfig - Build for ams_delta
assabet_defconfig - Build for assabet
at91cap9adk_defconfig - Build for at91cap9adk
at91rm9200dk_defconfig - Build for at91rm9200dk
at91rm9200ek_defconfig - Build for at91rm9200ek
at91sam9260ek_defconfig - Build for at91sam9260ek
at91sam9261ek_defconfig - Build for at91sam9261ek
at91sam9263ek_defconfig - Build for at91sam9263ek
at91sam9g20ek_defconfig - Build for at91sam9g20ek
at91sam9rlek_defconfig - Build for at91sam9rlek
ateb9200_defconfig - Build for ateb9200
badge4_defconfig - Build for badge4
bcmring_defconfig - Build for bcmring
cam60_defconfig - Build for cam60
carmeva_defconfig - Build for carmeva
cerfcube_defconfig - Build for cerfcube
cm_t35_defconfig - Build for cm_t35
cm_x2xx_defconfig - Build for cm_x2xx
cm_x300_defconfig - Build for cm_x300
colibri_pxa270_defconfig - Build for colibri_pxa270
colibri_pxa300_defconfig - Build for colibri_pxa300
collie_defconfig - Build for collie
corgi_defconfig - Build for corgi
cpu9260_defconfig - Build for cpu9260
cpu9g20_defconfig - Build for cpu9g20
cpuat91_defconfig - Build for cpuat91
csb337_defconfig - Build for csb337
csb637_defconfig - Build for csb637
da8xx_omapl_defconfig - Build for da8xx_omapl
davinci_all_defconfig - Build for davinci_all
dove_defconfig - Build for dove
ebsa110_defconfig - Build for ebsa110
ecbat91_defconfig - Build for ecbat91
edb7211_defconfig - Build for edb7211
em_x270_defconfig - Build for em_x270
ep93xx_defconfig - Build for ep93xx
eseries_pxa_defconfig - Build for eseries_pxa
ezx_defconfig - Build for ezx
footbridge_defconfig - Build for footbridge
fortunet_defconfig - Build for fortunet
h3600_defconfig - Build for h3600
h5000_defconfig - Build for h5000
h7201_defconfig - Build for h7201
h7202_defconfig - Build for h7202
hackkit_defconfig - Build for hackkit
htcherald_defconfig - Build for htcherald
igep0020_defconfig - Build for igep0020
integrator_defconfig - Build for integrator
iop13xx_defconfig - Build for iop13xx
iop32x_defconfig - Build for iop32x
iop33x_defconfig - Build for iop33x
ixp2000_defconfig - Build for ixp2000
ixp23xx_defconfig - Build for ixp23xx
ixp4xx_defconfig - Build for ixp4xx
jornada720_defconfig - Build for jornada720
kafa_defconfig - Build for kafa
kb9202_defconfig - Build for kb9202
kirkwood_defconfig - Build for kirkwood
ks8695_defconfig - Build for ks8695
lart_defconfig - Build for lart
loki_defconfig - Build for loki
lpd270_defconfig - Build for lpd270
lpd7a400_defconfig - Build for lpd7a400
lpd7a404_defconfig - Build for lpd7a404
lubbock_defconfig - Build for lubbock
lusl7200_defconfig - Build for lusl7200
magician_defconfig - Build for magician
mainstone_defconfig - Build for mainstone
mini2440_defconfig - Build for mini2440
msm_defconfig - Build for msm
mv78xx0_defconfig - Build for mv78xx0
mx1ads_defconfig - Build for mx1ads
mx1_defconfig - Build for mx1
mx21_defconfig - Build for mx21
mx27_defconfig - Build for mx27
mx31pdk_defconfig - Build for mx31pdk
mx3_defconfig - Build for mx3
n770_defconfig - Build for n770
n8x0_defconfig - Build for n8x0
neocore926_defconfig - Build for neocore926
neponset_defconfig - Build for neponset
netwinder_defconfig - Build for netwinder
netx_defconfig - Build for netx
nhk8815_defconfig - Build for nhk8815
ns9xxx_defconfig - Build for ns9xxx
nuc910_defconfig - Build for nuc910
nuc950_defconfig - Build for nuc950
nuc960_defconfig - Build for nuc960
omap_2430sdp_defconfig - Build for omap_2430sdp
omap_3430sdp_defconfig - Build for omap_3430sdp
omap_3630sdp_defconfig - Build for omap_3630sdp
omap3_beagle_cam_defconfig - Build for omap3_beagle_cam
omap3_beagle_defconfig - Build for omap3_beagle
omap3_defconfig - Build for omap3
omap3_evm_defconfig - Build for omap3_evm
omap3_pandora_defconfig - Build for omap3_pandora
omap3_pm_defconfig - Build for omap3_pm
omap3_touchbook_defconfig - Build for omap3_touchbook
omap_4430sdp_defconfig - Build for omap_4430sdp
omap_apollon_2420_defconfig - Build for omap_apollon_2420
omap_generic_1510_defconfig - Build for omap_generic_1510
omap_generic_1610_defconfig - Build for omap_generic_1610
omap_generic_1710_defconfig - Build for omap_generic_1710
omap_generic_2420_defconfig - Build for omap_generic_2420
omap_h2_1610_defconfig - Build for omap_h2_1610
omap_h4_2420_defconfig - Build for omap_h4_2420
omap_innovator_1510_defconfig - Build for omap_innovator_1510
omap_innovator_1610_defconfig - Build for omap_innovator_1610
omap_ldp_defconfig - Build for omap_ldp
omap_osk_5912_defconfig - Build for omap_osk_5912
omap_perseus2_730_defconfig - Build for omap_perseus2_730
omap_zoom2_defconfig - Build for omap_zoom2
omap_zoom3_defconfig - Build for omap_zoom3
onearm_defconfig - Build for onearm
orion5x_defconfig - Build for orion5x
overo_defconfig - Build for overo
palmte_defconfig - Build for palmte
palmtt_defconfig - Build for palmtt
palmz71_defconfig - Build for palmz71
palmz72_defconfig - Build for palmz72
pcm027_defconfig - Build for pcm027
picotux200_defconfig - Build for picotux200
pleb_defconfig - Build for pleb
pnx4008_defconfig - Build for pnx4008
pxa168_defconfig - Build for pxa168
pxa255-idp_defconfig - Build for pxa255-idp
pxa3xx_defconfig - Build for pxa3xx
pxa910_defconfig - Build for pxa910
qil-a9260_defconfig - Build for qil-a9260
realview_defconfig - Build for realview
realview-smp_defconfig - Build for realview-smp
rpc_defconfig - Build for rpc
rx51_defconfig - Build for rx51
s3c2410_defconfig - Build for s3c2410
s3c6400_defconfig - Build for s3c6400
s5pc100_defconfig - Build for s5pc100
sam9_l9260_defconfig - Build for sam9_l9260
shannon_defconfig - Build for shannon
shark_defconfig - Build for shark
simpad_defconfig - Build for simpad
spitz_defconfig - Build for spitz
stmp378x_defconfig - Build for stmp378x
stmp37xx_defconfig - Build for stmp37xx
sx1_defconfig - Build for sx1
tct_hammer_defconfig - Build for tct_hammer
trizeps4_defconfig - Build for trizeps4
u300_defconfig - Build for u300
u8500_defconfig - Build for u8500
usb-a9260_defconfig - Build for usb-a9260
usb-a9263_defconfig - Build for usb-a9263
versatile_defconfig - Build for versatile
viper_defconfig - Build for viper
xcep_defconfig - Build for xcep
yl9200_defconfig - Build for yl9200
zeus_defconfig - Build for zeus
make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build
make V=2 [targets] 2 => give reason for rebuild of target
make O=dir [targets] Locate all output files in "dir", including .config
make C=1 [targets] Check all c source with $CHECK (sparse by default)
make C=2 [targets] Force check of all c source with $CHECK
Execute "make" or "make all" to build all targets marked with [*]
For further info see the ./README file
|
| 4-5 | 82 | Linux autoconf.h | |
| 4-5 | 82 | Linux autoconf.h | |