Makefile (db985cbd67c45f875ef43cb5febfaa8cbd203c27) | Makefile (75c349062a666deab57bdca8b5bd0779c9fb0d58) |
---|---|
1# 2# linux/arch/arm/boot/compressed/Makefile 3# 4# create a compressed vmlinuz image from the original vmlinux 5# 6 7OBJS = 8 --- 23 unchanged lines hidden (view full) --- 32# string library code (-Os is enforced to keep it much smaller) 33OBJS += string.o 34CFLAGS_string.o := -Os 35 36ifeq ($(CONFIG_ARM_VIRT_EXT),y) 37OBJS += hyp-stub.o 38endif 39 | 1# 2# linux/arch/arm/boot/compressed/Makefile 3# 4# create a compressed vmlinuz image from the original vmlinux 5# 6 7OBJS = 8 --- 23 unchanged lines hidden (view full) --- 32# string library code (-Os is enforced to keep it much smaller) 33OBJS += string.o 34CFLAGS_string.o := -Os 35 36ifeq ($(CONFIG_ARM_VIRT_EXT),y) 37OBJS += hyp-stub.o 38endif 39 |
40GCOV_PROFILE := n 41 |
|
40# 41# Architecture dependencies 42# 43ifeq ($(CONFIG_ARCH_ACORN),y) 44OBJS += ll_char_wr.o font.o 45endif 46 47ifeq ($(CONFIG_ARCH_SA1100),y) --- 156 unchanged lines hidden --- | 42# 43# Architecture dependencies 44# 45ifeq ($(CONFIG_ARCH_ACORN),y) 46OBJS += ll_char_wr.o font.o 47endif 48 49ifeq ($(CONFIG_ARCH_SA1100),y) --- 156 unchanged lines hidden --- |