From 412eeb8d16498388fd94c0cfba4844381eb95189 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Fri, 26 Jul 2019 09:45:16 -0700 Subject: [PATCH] Make sure config values are properly propagated: don't set them in toplevel. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b862344d..e3eaa5b7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # Change here for which hardware you are compiling. See hardware/ directory. # Currently supported BUMPS, CRAMPS, and VGEN5 -export BEAGLEG_HARDWARE_TARGET?=BUMPS +#export BEAGLEG_HARDWARE_TARGET?=BUMPS # Disable PWM timers. See README.md. #export CONFIG_FLAGS?=-D_DISABLE_PWM_TIMERS @@ -23,7 +23,7 @@ export BEAGLEG_HARDWARE_TARGET?=BUMPS # Tuning options for ARM CPU. Unset this in an environment variable if not # compiled on the Beaglebone but on a different system. -export ARM_COMPILE_FLAGS?=-mtune=cortex-a8 -march=armv7-a +#export ARM_COMPILE_FLAGS?=-mtune=cortex-a8 -march=armv7-a PREFIX?=/usr/local BINDIR=$(PREFIX)/bin