URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [scripts/] [Makefile] - Rev 62
Compare with Previous | Blame | View Log
#### scripts contains sources for various helper programs used throughout# the kernel for the build process.# ---------------------------------------------------------------------------# kallsyms: Find all symbols in vmlinux# pnmttologo: Convert pnm files to logo files# conmakehash: Create chartable# conmakehash: Create arrays for initializing the kernel console tableshostprogs-$(CONFIG_KALLSYMS) += kallsymshostprogs-$(CONFIG_LOGO) += pnmtologohostprogs-$(CONFIG_VT) += conmakehashhostprogs-$(CONFIG_PROM_CONSOLE) += conmakehashhostprogs-$(CONFIG_IKCONFIG) += bin2calways := $(hostprogs-y) $(hostprogs-m)# The following hostprogs-y programs are only build on demandhostprogs-y += unifdefsubdir-$(CONFIG_MODVERSIONS) += genksymssubdir-y += mod# Let clean descend into subdirssubdir- += basic kconfig package
