Skip to content

Commit

Permalink
HBSD: Fix arm64 kernel build
Browse files Browse the repository at this point in the history
Commit 5713e2d from upstream FreeBSD
broke the kernel build for arm64.

Signed-off-by:	Shawn Webb <shawn.webb@hardenedbsd.org>
Sponsored-by:	SoldierX
  • Loading branch information
lattera committed Nov 24, 2017
1 parent 76e4965 commit 76b37de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/modules/bhnd/Makefile
Expand Up @@ -60,7 +60,7 @@ SRCS+= bhnd_nvram_data.c \
SRCS+= bhnd_nvram_map.h bhnd_nvram_map_data.h
SRCS+= bhnd_nvram_if.c bhnd_nvram_if.h

SRCS+= device_if.h bus_if.h
SRCS+= device_if.h bus_if.h ofw_bus_if.h

SUBDIR= bcma \
bcma_bhndb \
Expand Down

0 comments on commit 76b37de

Please sign in to comment.