blob: 395f5ab5799adc0182d3ef5f4912ee488abc44fc [file] [log] [blame]
Brad Bishop80990772018-03-24 01:03:18 -04001require u-boot-common-aspeed_${PV}.inc
Andrew Geissleree5626e2020-04-29 10:53:34 -05002require u-boot-aspeed.inc
Brad Bishop80990772018-03-24 01:03:18 -04003
4PROVIDES += "u-boot"
5DEPENDS += "dtc-native"
Brad Bishop30790c42018-12-13 09:16:19 -05006
7# FIXME this can/should be removed when we have rebased off our
8# 2016 snapshot onto a more modern (circa late 2018) u-boot tree.
Patrick Williamsb9799be2021-08-06 09:13:33 -05009BUILD_CFLAGS:remove = "-isystem${STAGING_INCDIR_NATIVE}"