Commit 66da64be authored by Federico Vaga's avatar Federico Vaga

bld: add comments

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent d857dbb4
......@@ -7,10 +7,16 @@
# build a particular environment.
-include Makefile.specific
#
# Install variable
#
DESTDIR ?= /usr/local/
TOOLS = spec-firmware-version
#
# Compiler options
#
INCLUDE := -I. -I../kernel -I../include/uapi
CFLAGS = -ggdb $(INCLUDE) -Wall -Werror $(EXTRACFLAGS)
GIT_VERSION := $(shell git describe --dirty --long --tags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment