Makefile (8d9f49136770e8a49c4efd5a4a5b23f75fefaaea) | Makefile (b44c72de44173f47e782610e31d4cd1abca3741f) |
---|---|
1# 2# linux/arch/arm/boot/compressed/Makefile 3# 4# create a compressed vmlinuz image from the original vmlinux 5# 6 7OBJS = 8 --- 77 unchanged lines hidden (view full) --- 86 $(addprefix $(obj)/,$(libfdt_hdrs)) 87 88ifeq ($(CONFIG_ARM_ATAG_DTB_COMPAT),y) 89OBJS += $(libfdt_objs) atags_to_fdt.o 90endif 91 92targets := vmlinux vmlinux.lds \ 93 piggy.$(suffix_y) piggy.$(suffix_y).o \ | 1# 2# linux/arch/arm/boot/compressed/Makefile 3# 4# create a compressed vmlinuz image from the original vmlinux 5# 6 7OBJS = 8 --- 77 unchanged lines hidden (view full) --- 86 $(addprefix $(obj)/,$(libfdt_hdrs)) 87 88ifeq ($(CONFIG_ARM_ATAG_DTB_COMPAT),y) 89OBJS += $(libfdt_objs) atags_to_fdt.o 90endif 91 92targets := vmlinux vmlinux.lds \ 93 piggy.$(suffix_y) piggy.$(suffix_y).o \ |
94 lib1funcs.o lib1funcs.S ashldi3.o ashldi3.S bswapsdi2.o \ 95 bswapsdi2.S font.o font.c head.o misc.o $(OBJS) | 94 lib1funcs.o ashldi3.o bswapsdi2.o \ 95 font.o head.o misc.o $(OBJS) |
96 97# Make sure files are removed during clean 98extra-y += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern piggy.lz4 \ 99 lib1funcs.S ashldi3.S bswapsdi2.S $(libfdt) $(libfdt_hdrs) \ 100 hyp-stub.S 101 102KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING 103 --- 89 unchanged lines hidden --- | 96 97# Make sure files are removed during clean 98extra-y += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern piggy.lz4 \ 99 lib1funcs.S ashldi3.S bswapsdi2.S $(libfdt) $(libfdt_hdrs) \ 100 hyp-stub.S 101 102KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING 103 --- 89 unchanged lines hidden --- |