summaryrefslogtreecommitdiffstats
path: root/simulator
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-11-07 17:57:34 -0700
committerGitHub <noreply@github.com>2020-11-07 17:57:34 -0700
commite86f52c7073e3ce983c5e7e93286eb9a73fd8ba8 (patch)
treee450aa708affb411a908ee84272984539fe19d17 /simulator
parent86e905d8e482562b78bff17e68f5cf0e1537cf2f (diff)
downloadbcm5719-ortega-e86f52c7073e3ce983c5e7e93286eb9a73fd8ba8.tar.gz
bcm5719-ortega-e86f52c7073e3ce983c5e7e93286eb9a73fd8ba8.zip
build: Enable builds under FreeBSD (#164)
This fixes build related issues when attempting to compile firmware and tools under FreeBSD. Note: Host tools have not been ported for raw register access. Note: The Linux specific ethtool APIs are not available under FreeBSD, and so -t eth is not supported under FreeBSD.
Diffstat (limited to 'simulator')
-rw-r--r--simulator/HAL.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/HAL.cpp b/simulator/HAL.cpp
index 5f59681..9c0f29a 100644
--- a/simulator/HAL.cpp
+++ b/simulator/HAL.cpp
@@ -55,7 +55,6 @@
#include <bcm5719_GEN.h>
#include <dirent.h>
-#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#include <stdbool.h>
OpenPOWER on IntegriCloud