1 # Configuration options for the kernel payload option
3 # General options for all platforms
5 PAYLOAD_BUILD=scripts/Makefile.kernel
7 ### Payload specific configuration
9 COMMAND_LINE=$(CONFIG_CMDLINE)
11 ###########################################
12 # You shouldn't change anything under this point
13 ###########################################
15 PAYLOAD_ELF=$(OUTPUT_DIR)/kernel-payload.elf
16 PAYLOAD_COMPRESSED=$(OUTPUT_DIR)/kernel-payload.elf.lzma
18 HOSTTOOLS-y += mkelfimage unifdef