Skip to content
Snippets Groups Projects
Commit cb452608 authored by Pascal Brand's avatar Pascal Brand
Browse files

all is the default target


Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
Reviewed-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: default avatarPascal Brand <pascal.brand@st.com>
parent dc83b9a7
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,11 @@ $(shell cd $(LINUX_PATH) && $(MAKE) --no-print-directory kernelversion)
endef
DEBUG ?= 0
################################################################################
# default target is all
################################################################################
all:
################################################################################
# Busybox
################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment