Skip to content

Commit

Permalink
Make sure config values are properly propagated: don't set them in to…
Browse files Browse the repository at this point in the history
…plevel.
  • Loading branch information
hzeller committed Jul 26, 2019
1 parent 5fc8721 commit 412eeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 412eeb8

Please sign in to comment.