diff options
author | Tim Harvey <tharvey@gateworks.com> | 2018-02-20 10:23:16 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-02-22 13:12:06 +0100 |
commit | ef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7 (patch) | |
tree | 7ebd160681f0fa181bd0436386139d1200f271bf /target/linux/octeontx | |
parent | 10280d9e229ba3ebb4b78d2beef27243d9bfc89c (diff) | |
download | upstream-ef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7.tar.gz upstream-ef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7.tar.bz2 upstream-ef627cb0f5fe570e52ab2e37ee45b44e5d00ecc7.zip |
octeontx: add fpu support
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target/linux/octeontx')
-rw-r--r-- | target/linux/octeontx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index ecac1527b7..e7f6b2d3c4 100644 --- a/target/linux/octeontx/Makefile +++ b/target/linux/octeontx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=aarch64 BOARD:=octeontx BOARDNAME:=Octeon-TX -FEATURES:=targz pcie gpio rtc usb +FEATURES:=targz pcie gpio rtc usb fpu MAINTAINER:=Tim Harvey <tharvey@gateworks.com> |