summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 17ac8d2)
raw | patch | inline | side by side (parent: 17ac8d2)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Wed, 18 May 2011 15:54:25 +0000 (11:54 -0400) | ||
committer | Sandeep Paulraj <s-paulraj@ti.com> | |
Wed, 18 May 2011 15:54:25 +0000 (11:54 -0400) |
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
src/make/ibl_c661x/ibl_objs_template.inc | patch | blob | history |
index 6a690ec2fc3a3cf0d79708736d9f7a1372e328c7..46b2a84a762a5d7b182dd9005a95072e5a7ae7b1 100644 (file)
/* -------------- */
-#if (!defined(EXCLUDE_NAND_EMIF) || !defined(EXCLUDE_NAND_SPI))
+#if (!defined(EXCLUDE_NAND_EMIF) || !defined(EXCLUDE_NAND_SPI) || !defined(EXCLUDE_NAND_GPIO)
../nandboot/c64x/make/nandboot.ENDIAN_TAG.oc
../driver/c64x/make/nand.ENDIAN_TAG.oc
../hw/c64x/make/nandemif25.ENDIAN_TAG.oc
#endif
+ #ifndef EXCLUDE_NAND_GPIO
+ ../hw/c64x/make/gpio.ENDIAN_TAG.oc
+ ../hw/c64x/make/nandgpio.ENDIAN_TAG.oc
+ #endif
+
#ifndef EXCLUDE_NAND_SPI
../hw/c64x/make/nandspi.ENDIAN_TAG.oc
#endif