Makefile: AAL detection changed

This commit is contained in:
Taku Shimosawa
2011-09-30 00:58:10 +09:00
parent 250b174b48
commit b06523ebf4

View File

@ -11,7 +11,7 @@ KERNELS = $(addsuffix /$(KERNEL),$(addprefix $(O)/,$(BUILD_TARGET)))
SUBCMD_OPTS = V='$(V)' SUBCMD_OPTS = V='$(V)'
$(if $(O),,$(error Specify the compilation target directory)) $(if $(O),,$(error Specify the compilation target directory))
$(if $(shell ls $(AALBASE)/Makefile.aal),,\ $(if $(shell ls $(AALBASE)/Makefile),,\
$(error AAL is not found in $(AALBASE))) $(error AAL is not found in $(AALBASE)))
.PHONY: all clean .PHONY: all clean