summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load/x-load.inc
diff options
context:
space:
mode:
authorJason Kridner <jdk@ti.com>2011-09-25 18:24:11 -0400
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-26 05:39:08 +0200
commit29851840a1d2b10d8759d1a44c59460afd367f8f (patch)
tree585bd95187070b795bc4964a965ea0d02e77a3df /recipes-bsp/x-load/x-load.inc
parent3d3d5c1a9524f1cfe8ac78f9a57b1403da2d969a (diff)
downloadmeta-ti-29851840a1d2b10d8759d1a44c59460afd367f8f.tar.gz
meta-ti: x-load: add config header support for BeagleBoard
Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/x-load/x-load.inc')
-rw-r--r--recipes-bsp/x-load/x-load.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/x-load/x-load.inc b/recipes-bsp/x-load/x-load.inc
index 55cad232..d68fbd96 100644
--- a/recipes-bsp/x-load/x-load.inc
+++ b/recipes-bsp/x-load/x-load.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://common/cmd_load.c;beginline=4;endline=22;md5=14420d7c
7 7
8PARALLEL_MAKE = "" 8PARALLEL_MAKE = ""
9 9
10EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" 10EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CONFIG_HEADER=${CONFIG_HEADER}"
11 11
12XLOAD_MACHINE ?= "${MACHINE}_config" 12XLOAD_MACHINE ?= "${MACHINE}_config"
13 13