Makefile (b44c72de44173f47e782610e31d4cd1abca3741f) Makefile (684c12014b55f67a57487d2a19f10cb0000e8bd4)
1#
2# linux/arch/arm/boot/compressed/Makefile
3#
4# create a compressed vmlinuz image from the original vmlinux
5#
6
7OBJS =
8

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

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 ashldi3.o bswapsdi2.o \
1#
2# linux/arch/arm/boot/compressed/Makefile
3#
4# create a compressed vmlinuz image from the original vmlinux
5#
6
7OBJS =
8

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

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 ashldi3.o bswapsdi2.o \
95 font.o head.o misc.o $(OBJS)
95 head.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 ---