|
Lines 178-184
endif
Link Here
|
| 178 |
prepare: maketools include/asm-arm/.arch |
178 |
prepare: maketools include/asm-arm/.arch |
| 179 |
|
179 |
|
| 180 |
.PHONY: maketools FORCE |
180 |
.PHONY: maketools FORCE |
| 181 |
maketools: include/asm-arm/constants.h include/linux/version.h FORCE |
181 |
maketools: include/asm-arm/constants.h $(objtree)/include/linux/version.h FORCE |
| 182 |
$(Q)$(MAKE) $(build)=arch/arm/tools include/asm-arm/mach-types.h |
182 |
$(Q)$(MAKE) $(build)=arch/arm/tools include/asm-arm/mach-types.h |
| 183 |
|
183 |
|
| 184 |
# Convert bzImage to zImage |
184 |
# Convert bzImage to zImage |
|
Lines 201-207
archclean:
Link Here
|
| 201 |
bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage |
201 |
bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage |
| 202 |
i zi:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@ |
202 |
i zi:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@ |
| 203 |
|
203 |
|
| 204 |
arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \ |
204 |
arch/$(ARCH)/kernel/asm-offsets.s: $(objtree)/include/asm \ |
|
|
205 |
$(objtree)/include/linux/version.h \ |
| 205 |
include/asm-arm/.arch |
206 |
include/asm-arm/.arch |
| 206 |
|
207 |
|
| 207 |
include/asm-$(ARCH)/constants.h: arch/$(ARCH)/kernel/asm-offsets.s |
208 |
include/asm-$(ARCH)/constants.h: arch/$(ARCH)/kernel/asm-offsets.s |