update Makefile

This commit is contained in:
Michael Davidsaver
2013-12-08 15:53:57 -05:00
parent 639baab55d
commit 01331ed3f5
5 changed files with 36 additions and 17 deletions

View File

@ -1,6 +1,8 @@
ifneq ($(T_A),)
PY_INSTALL_DIR = $(INSTALL_LOCATION)/python/$(T_A)
ifndef PY_VER
$(error Must include CONFIG_PY)
endif
PY_FILES += $(PY:%=$(PY_INSTALL_DIR)/%)