aboutsummaryrefslogtreecommitdiff
path: root/bare-arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bare-arm/Makefile')
-rw-r--r--bare-arm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bare-arm/Makefile b/bare-arm/Makefile
index cfd427c60..90c13de11 100644
--- a/bare-arm/Makefile
+++ b/bare-arm/Makefile
@@ -4,12 +4,12 @@ include ../py/mkenv.mk
QSTR_DEFS = qstrdefsport.h
# include py core make definitions
-include ../py/py.mk
+include $(TOP)/py/py.mk
CROSS_COMPILE = arm-none-eabi-
INC += -I.
-INC += -I..
+INC += -I$(TOP)
INC += -I$(BUILD)
CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -mabi=aapcs-linux -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -fsingle-precision-constant -Wdouble-promotion
@@ -45,4 +45,4 @@ $(BUILD)/firmware.elf: $(OBJ)
$(Q)$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
$(Q)$(SIZE) $@
-include ../py/mkrules.mk
+include $(TOP)/py/mkrules.mk