Makefile (bf61c8840efe60fd8f91446860b63338fb424158) | Makefile (123f15e669d5a5a2e2f260ba4a5fc2efd93df20e) |
---|---|
1# 2# arch/xtensa/boot/Makefile 3# 4# This file is subject to the terms and conditions of the GNU General Public 5# License. See the file "COPYING" in the main directory of this archive 6# for more details. 7# 8# 9 10 11# KBUILD_CFLAGS used when building rest of boot (takes effect recursively) 12KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include 13HOSTFLAGS += -Iarch/$(ARCH)/boot/include 14 | 1# 2# arch/xtensa/boot/Makefile 3# 4# This file is subject to the terms and conditions of the GNU General Public 5# License. See the file "COPYING" in the main directory of this archive 6# for more details. 7# 8# 9 10 11# KBUILD_CFLAGS used when building rest of boot (takes effect recursively) 12KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include 13HOSTFLAGS += -Iarch/$(ARCH)/boot/include 14 |
15BIG_ENDIAN := $(shell echo -e __XTENSA_EB__ | $(CC) -E - | grep -v "\#") | 15BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#") |
16 17export ccflags-y 18export BIG_ENDIAN 19 20subdir-y := lib 21 22# Subdirs for the boot loader(s) 23 --- 21 unchanged lines hidden --- | 16 17export ccflags-y 18export BIG_ENDIAN 19 20subdir-y := lib 21 22# Subdirs for the boot loader(s) 23 --- 21 unchanged lines hidden --- |