Skip to content
Snippets Groups Projects
Commit b6c286e0 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

FreeBSD fix to generate the menuconfig properly

SVN-Revision: 4396
parent 01ad4210
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,15 @@
# Utilizes the lxdialog package
# object files used by all kconfig flavours
# Platform specific fixes
#
# FreeBSD
ifeq ($(shell uname -s),FreeBSD)
export CFLAGS+=-I/usr/local/include
export LDFLAGS+=-L/usr/local/lib -lintl
endif
conf-objs := conf.o zconf.tab.o
mconf-objs := mconf.o zconf.tab.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment