## # Template Makefile for mkimage. # # Include mkimage rules CONFIGDIR = /usr/share/mkimage/ include $(CONFIGDIR)/config.mk # Common definition, suitable for all cases HSH_LANGS = en_US:ru_RU GLOBAL_HSH_LANGS = en_US:ru_RU # rsync necessary to copy `otherfiles' to initrd image IMAGE_PACKAGES = kernel-image-std-def VERBOSE = Yes GLOBAL_VERBOSE = Yes # [:[:[!],...]] # * Kernel image, /boot directory MKI_PACK_RESULTS = data:boot:/boot # Include mkimage targets include $(CONFIGDIR)/targets.mk # Targets sequence all: build-image pack-image cp-results