diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-16 18:11:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-16 18:11:26 +0200 |
commit | 910cee4c6dd1362574acf182419b5d2d2625ee06 (patch) | |
tree | d0c6666c1b0806abebc43585af30544ffc8ecabd /package/bcm28xx-vc | |
parent | 5cc97866f5b2b1aac415c644556539affd73fc77 (diff) |
add rpi3 aarch64 sample, not yet fully working
Diffstat (limited to 'package/bcm28xx-vc')
-rw-r--r-- | package/bcm28xx-vc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bcm28xx-vc/Makefile b/package/bcm28xx-vc/Makefile index 3b3b23582..d7ed69610 100644 --- a/package/bcm28xx-vc/Makefile +++ b/package/bcm28xx-vc/Makefile @@ -26,7 +26,7 @@ PKGSC_BCM28XX_VC_GL_LIBS:=libs/video PKGSS_BCM28XX_VC_GL_LIBS:=bcm28xx-vc-libs PKGSD_BCM28XX_VC_GL_LIBS:=videocore gl library -PKG_SYSTEM_DEPENDS:= raspberry-pi raspberry-pi2 raspberry-pi3 +PKG_SYSTEM_DEPENDS:= raspberry-pi raspberry-pi2 raspberry-pi3 raspberry-pi3-64 include $(ADK_TOPDIR)/mk/package.mk |