Skip to content

Commit

Permalink
fmc: set EXTRA_OEMAKE_PLATFORM for p* targets
Browse files Browse the repository at this point in the history
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
guochunrong authored and otavio committed Nov 8, 2018
1 parent 89d1c33 commit 9594fe7
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -22,7 +22,13 @@ EXTRA_OEMAKE_PLATFORM ?= ""
EXTRA_OEMAKE_PLATFORM_ls1043a = "ls1043"
EXTRA_OEMAKE_PLATFORM_ls1046a = "ls1046"
EXTRA_OEMAKE_PLATFORM_ls1088a = "ls1088"
EXTRA_OEMAKE_PLATFORM_qoriq-ppc = "p4080ds"
EXTRA_OEMAKE_PLATFORM_p1020 = "p4080ds"
EXTRA_OEMAKE_PLATFORM_p2020 = "p4080ds"
EXTRA_OEMAKE_PLATFORM_p2041 = "p4080ds"
EXTRA_OEMAKE_PLATFORM_p3041 = "p4080ds"
EXTRA_OEMAKE_PLATFORM_p4080 = "p4080ds"
EXTRA_OEMAKE_PLATFORM_p5040 = "p4080ds"


do_compile () {
oe_runmake MACHINE=${EXTRA_OEMAKE_PLATFORM} -C source
Expand Down

0 comments on commit 9594fe7

Please sign in to comment.