From 7e9133b89dc05abed543420bca068ee5501beb31 Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Tue, 5 Jan 2010 16:14:11 +0100 Subject: define SRC_DIR in Makefile in linux26/lib --- libdde_linux26/lib/src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdde_linux26/lib/src/Makefile') diff --git a/libdde_linux26/lib/src/Makefile b/libdde_linux26/lib/src/Makefile index 7802479b..be4104c1 100644 --- a/libdde_linux26/lib/src/Makefile +++ b/libdde_linux26/lib/src/Makefile @@ -3,6 +3,9 @@ L4DIR ?= $(PKGDIR) CONTRIB ?= $(PKGDIR)/contrib -include $(PKGDIR_OBJ)/Makeconf +ifeq ($(origin SRC_DIR),undefined) +SRC_DIR := $(shell pwd) +endif CONFIG_DDE26_COMMON := y CONFIG_DDE26_NET := y -- cgit v1.2.3