diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-07 13:52:08 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-07 13:52:08 +0200 |
| commit | 986a4e78ce5461dc0ada66169bb9111fb0346c46 (patch) | |
| tree | ff2c7cf1740688313547190fa7626e4543483538 /devices/simple_dev/Makefile | |
| parent | e84faa1a220ebdcf79a3d95e539dfc8d86a8c460 (diff) | |
cleanup project structure
move some subprojects
fixup makefiles
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'devices/simple_dev/Makefile')
| -rw-r--r-- | devices/simple_dev/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devices/simple_dev/Makefile b/devices/simple_dev/Makefile index 0d6e728..9ea290e 100644 --- a/devices/simple_dev/Makefile +++ b/devices/simple_dev/Makefile @@ -2,9 +2,11 @@ CC := $(CROSS_COMPILE)gcc CXX := $(CROSS_COMPILE)g++ LD := $(CROSS_COMPILE)g++ -DISTRIO_MANAGER := ../../manager/lib -DISTRIO_COMMON := ../../common -DISTRIO_IO := ../../io +DISTRIO_BASE = ../../ + +DISTRIO_MANAGER := $(DISTRIO_BASE)manager/lib +DISTRIO_IO := $(DISTRIO_BASE)io/lib +DISTRIO_COMMON := $(DISTRIO_BASE)common LDFLAGS += -L$(DISTRIO_COMMON) -ldistrio_common \ -L$(DISTRIO_IO) -ldistrio_io \ |
