diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-24 17:07:08 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-24 17:07:08 -0400 |
commit | dcc90e02ed381767a028638af9ead9b1e3477d34 (patch) | |
tree | a466d4a652008ced23a68d3cba4336ddd0f711d1 /utils | |
parent | 2e95d8a357ea0cce0ef11da8520863b2d4e99936 (diff) |
Support VPATH builds.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/GNUmakefile b/utils/GNUmakefile index c1d838e..5e64449 100644 --- a/utils/GNUmakefile +++ b/utils/GNUmakefile @@ -31,7 +31,7 @@ INC = ../hal.h LIB = ../libhal.a BIN = eim_peek_poke cores -CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. +CFLAGS ?= -g3 -Wall -fPIC -std=c99 -I.. all: $(if $(wildcard ../hal_io_eim.o),eim_peek_poke) $(if $(wildcard ../core.o),cores) |