Makefile (4e2648db9c5f7b2281551694597102612f54460d) Makefile (96a8fae0fe094b6a26a3ec88b2f097418f269cfe)
1#
2# arch/arm/Makefile
3#
4# This file is included by the global makefile so that you can add your own
5# architecture-specific flags and dependencies.
6#
7# This file is subject to the terms and conditions of the GNU General Public
8# License. See the file "COPYING" in the main directory of this archive

--- 297 unchanged lines hidden (view full) ---

306ifeq ($(CONFIG_USE_OF),y)
307KBUILD_DTBS := dtbs
308endif
309
310all: $(KBUILD_IMAGE) $(KBUILD_DTBS)
311
312boot := arch/arm/boot
313
1#
2# arch/arm/Makefile
3#
4# This file is included by the global makefile so that you can add your own
5# architecture-specific flags and dependencies.
6#
7# This file is subject to the terms and conditions of the GNU General Public
8# License. See the file "COPYING" in the main directory of this archive

--- 297 unchanged lines hidden (view full) ---

306ifeq ($(CONFIG_USE_OF),y)
307KBUILD_DTBS := dtbs
308endif
309
310all: $(KBUILD_IMAGE) $(KBUILD_DTBS)
311
312boot := arch/arm/boot
313
314archheaders:
315 $(Q)$(MAKE) $(build)=arch/arm/tools uapi
316
314archprepare:
315 $(Q)$(MAKE) $(build)=arch/arm/tools kapi
316
317# Convert bzImage to zImage
318bzImage: zImage
319
320BOOT_TARGETS = zImage Image xipImage bootpImage uImage
321INSTALL_TARGETS = zinstall uinstall install

--- 55 unchanged lines hidden ---
317archprepare:
318 $(Q)$(MAKE) $(build)=arch/arm/tools kapi
319
320# Convert bzImage to zImage
321bzImage: zImage
322
323BOOT_TARGETS = zImage Image xipImage bootpImage uImage
324INSTALL_TARGETS = zinstall uinstall install

--- 55 unchanged lines hidden ---