~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to scripts/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# pnmttologo:    Convert pnm files to logo files
7
7
# conmakehash:   Create chartable
8
8
# conmakehash:   Create arrays for initializing the kernel console tables
 
9
# docproc:       Used in Documentation/DocBook
9
10
 
10
11
hostprogs-$(CONFIG_KALLSYMS)     += kallsyms
11
12
hostprogs-$(CONFIG_LOGO)         += pnmtologo
16
17
always          := $(hostprogs-y) $(hostprogs-m)
17
18
 
18
19
# The following hostprogs-y programs are only build on demand
19
 
hostprogs-y += unifdef
 
20
hostprogs-y += unifdef docproc
 
21
 
 
22
# These targets are used internally to avoid "is up to date" messages
 
23
PHONY += build_unifdef
 
24
build_unifdef: scripts/unifdef FORCE
 
25
        @:
 
26
build_docproc: scripts/docproc FORCE
 
27
        @:
20
28
 
21
29
subdir-$(CONFIG_MODVERSIONS) += genksyms
22
30
subdir-y                     += mod