]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/Makefile
arm:at91: enable ROM loadable atmel image
[karo-tx-uboot.git] / tools / Makefile
index e6d804596b69741d1a6988c987719d8c73eee9f8..761055764bf6ab1e27bd8f4c27602879244effe6 100644 (file)
@@ -38,6 +38,8 @@ ENVCRC-$(CONFIG_ENV_IS_IN_NVRAM) = y
 ENVCRC-$(CONFIG_ENV_IS_IN_SPI_FLASH) = y
 CONFIG_BUILD_ENVCRC ?= $(ENVCRC-y)
 
+hostprogs-$(CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER) += atmel_pmecc_params$(SFX)
+
 # TODO: CONFIG_CMD_LICENSE does not work
 hostprogs-$(CONFIG_CMD_LICENSE) += bin2header$(SFX)
 hostprogs-$(CONFIG_LCD_LOGO) += bmp_logo$(SFX)