From 55baff4c9bcbc001cbb8972c289ebfa356d4665b Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 21 Jan 2014 21:40:13 +0000 Subject: Revamp qstrs: they now include length and hash. Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h --- unix-cpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix-cpy') diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index 4955ea0c5..f8ab73c35 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -25,7 +25,7 @@ endif SRC_C = \ main.c \ -OBJ = $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) $(PY_O) +OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) LIB = $(PROG): $(BUILD) $(OBJ) -- cgit v1.2.3