Skip to content

Commit

Permalink
ports/psoc6/Makefile: WIP clean-up unused.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx committed Feb 6, 2024
1 parent 7203c1d commit 3a95068
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ports/psoc6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ ifeq ($(wildcard $(BOARD_DIR)/.),)
$(error Invalid BOARD specified)
endif

# get path to this file
MPY_PATH_TO_MAIN_MAKEFILE := $(abspath $(lastword $(MAKEFILE_LIST)))
MPY_DIR_OF_MAIN_MAKEFILE := $(dir $(MPY_PATH_TO_MAIN_MAKEFILE))

# Files that are generated and needed before the QSTR build.
QSTR_GENERATED_HEADERS = build/pins_qstr.h
# qstr definitions (must come before including py.mk)
Expand Down Expand Up @@ -44,14 +40,6 @@ include $(BOARD_DIR)/mpconfigboard.mk
include $(TOP)/py/py.mk
include $(TOP)/extmod/extmod.mk

# get path to this file
MPY_MAIN_BUILD_DIR := $(dir $(MPY_DIR_OF_MAIN_MAKEFILE))$(BUILD)

$(info MPY_PATH_TO_MAIN_MAKEFILE : $(MPY_PATH_TO_MAIN_MAKEFILE))
$(info MPY_DIR_OF_MAIN_MAKEFILE : $(MPY_DIR_OF_MAIN_MAKEFILE))
$(info MPY_MAIN_BUILD_DIR : $(MPY_MAIN_BUILD_DIR))
$(info CONFIG : $(CONFIG))


INC += -I.
INC += -I$(TOP)
Expand Down

0 comments on commit 3a95068

Please sign in to comment.