summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-02 15:57:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-02 15:57:17 +0000
commit6b0b22688c27d290542f8b86d12183b5c4cd43fd (patch)
tree86d2ea8e19e9b695c831cd51572481eceebcd5f4 /Makefile
parent71689cdfe0c06a8d70bdf1a338d93be096362225 (diff)
always enable luaposix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 0e09682ae..fa9a40730 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,10 @@
include build/config.mk
-MODULES = applications/* libs/* modules/* themes/* i18n/*
+MODULES = applications/* libs/* modules/* themes/* i18n/* contrib/luaposix
LUA_TARGET = source
-### luaposix merge (temporary) ###
OS:=$(shell uname)
export OS
-ifeq ($(OS),Darwin)
- MODULES += contrib/luaposix
-endif
-
.PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean