diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
| commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
| tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /scripts/Makefile | |
| parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) | |
Patched in Tegra support.
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 01e7adb838d..df7678febf2 100644 --- a/scripts/Makefile +++ b/scripts/Makefile | |||
| @@ -8,18 +8,11 @@ | |||
| 8 | # conmakehash: Create arrays for initializing the kernel console tables | 8 | # conmakehash: Create arrays for initializing the kernel console tables |
| 9 | # docproc: Used in Documentation/DocBook | 9 | # docproc: Used in Documentation/DocBook |
| 10 | 10 | ||
| 11 | HOST_EXTRACFLAGS += -I$(srctree)/tools/include | ||
| 12 | |||
| 13 | hostprogs-$(CONFIG_KALLSYMS) += kallsyms | 11 | hostprogs-$(CONFIG_KALLSYMS) += kallsyms |
| 14 | hostprogs-$(CONFIG_LOGO) += pnmtologo | 12 | hostprogs-$(CONFIG_LOGO) += pnmtologo |
| 15 | hostprogs-$(CONFIG_VT) += conmakehash | 13 | hostprogs-$(CONFIG_VT) += conmakehash |
| 16 | hostprogs-$(CONFIG_IKCONFIG) += bin2c | 14 | hostprogs-$(CONFIG_IKCONFIG) += bin2c |
| 17 | hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount | 15 | hostprogs-$(BUILD_C_RECORDMCOUNT) += recordmcount |
| 18 | hostprogs-$(CONFIG_BUILDTIME_EXTABLE_SORT) += sortextable | ||
| 19 | hostprogs-$(CONFIG_ASN1) += asn1_compiler | ||
| 20 | |||
| 21 | HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include | ||
| 22 | HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include | ||
| 23 | 16 | ||
| 24 | always := $(hostprogs-y) $(hostprogs-m) | 17 | always := $(hostprogs-y) $(hostprogs-m) |
| 25 | 18 | ||
