diff options
author | Jason Kridner <jdk@ti.com> | 2011-09-25 18:24:11 -0400 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-26 05:39:08 +0200 |
commit | 29851840a1d2b10d8759d1a44c59460afd367f8f (patch) | |
tree | 585bd95187070b795bc4964a965ea0d02e77a3df /recipes-bsp/x-load/x-load.inc | |
parent | 3d3d5c1a9524f1cfe8ac78f9a57b1403da2d969a (diff) | |
download | meta-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.inc | 2 |
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 | ||
8 | PARALLEL_MAKE = "" | 8 | PARALLEL_MAKE = "" |
9 | 9 | ||
10 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" | 10 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CONFIG_HEADER=${CONFIG_HEADER}" |
11 | 11 | ||
12 | XLOAD_MACHINE ?= "${MACHINE}_config" | 12 | XLOAD_MACHINE ?= "${MACHINE}_config" |
13 | 13 | ||