~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/blackfin/Makefile

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
machine-$(CONFIG_BF549)  := bf548
55
55
machine-$(CONFIG_BF549M) := bf548
56
56
machine-$(CONFIG_BF561)  := bf561
 
57
machine-$(CONFIG_BF609)  := bf609
57
58
MACHINE := $(machine-y)
58
59
export MACHINE
59
60
 
86
87
cpu-$(CONFIG_BF549)  := bf549
87
88
cpu-$(CONFIG_BF549M) := bf549m
88
89
cpu-$(CONFIG_BF561)  := bf561
 
90
cpu-$(CONFIG_BF609)  := bf609
89
91
 
90
92
rev-$(CONFIG_BF_REV_0_0)  := 0.0
91
93
rev-$(CONFIG_BF_REV_0_1)  := 0.1
107
109
CHECKFLAGS_SILICON = $(shell echo "" | $(CPP) $(KBUILD_CFLAGS) -dD - 2>/dev/null | awk '$$2 == "__SILICON_REVISION__" { print $$3 }')
108
110
CHECKFLAGS += -D__SILICON_REVISION__=$(CHECKFLAGS_SILICON) -D__bfin__
109
111
 
110
 
head-y   := arch/$(ARCH)/kernel/init_task.o
111
 
 
112
112
core-y   += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/mach-common/
113
113
 
114
114
# If we have a machine-specific directory, then include it in the build.