FreeBSD fix to generate the menuconfig properly
SVN-Revision: 4396
This commit is contained in:
parent
01ad421020
commit
b6c286e0af
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@
|
||||||
# Utilizes the lxdialog package
|
# Utilizes the lxdialog package
|
||||||
# object files used by all kconfig flavours
|
# 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
|
conf-objs := conf.o zconf.tab.o
|
||||||
mconf-objs := mconf.o zconf.tab.o
|
mconf-objs := mconf.o zconf.tab.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue