[conf] cleanup linux makefiles

This commit is contained in:
Felix Ruess
2015-02-15 18:51:53 +01:00
parent cc95717679
commit 99ae466fcc
3 changed files with 4 additions and 210 deletions
+4 -1
View File
@@ -25,7 +25,10 @@
# Normally don't use this makefile directly, but rather Makefile.arm-linux or Makefile.bbb
#
# Define programs and commands.
# Define some default programs and commands (if not already set by e.g. Makefile.arm-linux
CC ?= gcc
CXX ?= g++
LD ?= $(CC)
# Launch with "make Q=''" to get full command display
Q=@