base-hw: build vea9x4 libs only with vea9x4 spec

Fix #561
This commit is contained in:
Martin Stein 2012-12-07 14:23:46 +01:00 committed by Norman Feske
parent f9cb8a9ac3
commit 37864972b3
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,9 @@
# \date 2012-10-10
#
# avoid building of this lib with other platforms
REQUIRES += platform_vea9x4
BOARD_DIR = $(REP_DIR)/src/core/vea9x4
# include generic part of core support

View File

@ -8,6 +8,9 @@
INC_DIR += $(REP_DIR)/src/core/include \
$(BASE_DIR)/src/core/include
# avoid building of this lib with other platforms
REQUIRES += platform_vea9x4
SRC_CC = platform_support.cc platform_services.cc
vpath platform_support.cc $(REP_DIR)/src/core/vea9x4